body {
    background-color: #F7F8FA;
    /* touch-action: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch; */
    margin: 0;
    /* position: relative; */
    width: 100%;
    height: 100%;
    /* overflow-x: hidden; */
}



















html,
body {
    margin: 0;
    padding: 0;
    /* overflow-x: hidden; */
}

.card-body {
    padding: 2% !important;
    /* background-color: green; */

}

.card-body .call {
    padding-top: 10%;
}

.card-body h5 {
    font-size: 1.2rem;
    font-family: 'geist', sans-serif;
}
h2{
    font-family: 'geist', sans-serif;
}

.card-text {
    margin-top: -1rem !important;
}

.card-text p {
    /* line-height: 1rem; */
    font-size: 1rem !important;
}

.modal-overlay {
    display: none;
    /* Ensure the modal is hidden initially */
}

.modal {
    background: rgba(0, 0, 0, 0.477);
}

.preloader {
    display: none;
    /* Ensure preloader is not blocking content */
}

a {
    text-decoration: none;
}


.sub-navbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    /* Higher than main navbar */
    width: 100%;
    /* background-color: #f8f9fa;  */
    /* background-color:#fff; */
    background-color: #8bc83f;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.7rem;
    padding-top: 0.5rem;
    height: 10px;
    padding-inline: -6rem;
    /* padding-left: 100px;
    padding-right: 100px; */
}

.welcometxt {
    font-size: 12px;
    font-family: 'geist', sans-serif;
    color: #fff;
    padding-left: 5rem;

}
.main-img{
    background-color: red;
    height: 15rem;
    width: 46%;
    
}
.scroll-img {
    /* display: flex;
    gap: 1rem;
    padding-top: 2rem;
    overflow: hidden;
    width: 100%; /* Ensures the container size fits */
    /* position: relative;  */
    height: 70%;

}

.scroll-img img{
    height: 100%;
    width: 100%;
}

.scroll-img2 {
    /* display: flex;
    gap: 1rem;
    padding-top: 2rem;
    overflow: hidden;
    width: 100%; /* Ensures the container size fits */
    /* position: relative;  */
   
    height: 100%;
    display: flex;
    gap: 1rem;
    

}

::-webkit-scrollbar {
    display: none;
}

.det-img{
    width: 100%;
    height: 30%;
 
    overflow: auto;
}


.scroll-img2 img{
    width: 200px !important;
    height: 150px;
    align-self: center;
}

.img1, .img2, .img3, .img4 {
    background-color: rgb(155, 59, 59);
    height: 3rem;
    width: 10%;
    position: absolute; /* Position absolute to stack images on top of each other */
    transition: transform 0.5s ease; /* Smooth transition for sliding */
}


.btn-det{
    justify-self: center;
    margin-top: 0.7rem;

}


.btn-det button{
    border-radius: 50%;
    height: 2rem;
    width: 2rem;
    border: none;
    background-color: #8BC83F;
    color: white;

}




.sub-nav-options {
    list-style-type: none;
    display: flex;
    gap: 1.5rem;
    /* Space between icons */
    margin: 0;
    /* padding: 0;
    padding-inline: 8.2rem; */
    padding-right: 5.2rem;

}

.social-icon-nav {
    width: 13px;

}

.sub-nav-options a {
    font-family: 'geist', sans-serif;
    text-decoration: none;
    color: #555;
    /* Subtle gray color */
    font-size: 0.875rem;
    /* Smaller font size */
    font-weight: 400;
    transition: color 0.3s ease;

}

.sub-nav-options li a:hover {
    color: #6FBB1B;
    /* Highlight color on hover */
}

.form-box input {
    width: 28rem;
    border-radius: 5%;
    border: none;
    height: 2rem;
    justify-content: center;
}

.form-box textarea {
    width: 28rem;
    border-radius: 5%;
    border: none;
    height: 2rem;
    justify-content: center;
}

.form-box button {
    width: 28rem;
    border-radius: 5%;
    border: none;
    height: 2rem;
}


@media (max-width: 768px) {

    .add-property-btn {
        padding-inline: 30px;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: medium;
        border: 2px #a8bfa0 solid;
        background-color: white;
        border-radius: 20px;
        font-weight: bold;
        color: rgba(0, 0, 0, 0.849);
        display: flex;
        gap: 10px;
        align-items: center;
        margin-inline: auto;
        box-shadow: 4px 6px 12px #0000002e;
        cursor: pointer;
        text-decoration: none;

    }

    /* Small Tablets and Landscape Mobile */
    .sub-navbar {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1001;
        /* Higher than main navbar */
        width: 100%;
        /* background-color: #f8f9fa;  */
        /* background-color:#fff; */
        background-color: #8bc83f;
        /* display: flex; */
        /* justify-content: flex-end; */
        padding: 0.5rem 3rem;

        height: 1rem;
        padding-inline: -6rem;
    }

    .sub-nav-options {

        gap: 0.8rem;
    }

    .sub-nav-options a {
        font-size: 0.8rem;
        /* Adjust font size */
    }

    .welcometxt {
        font-size: 12px;
        font-family: 'geist', sans-serif;
        color: #fff;
        padding-inline: 1rem;
    }
    /* .static-blog{
    margin-left: -4.5rem !important;
    background: none;
    width: 48rem;
    background: white;
    height: 70% ;
    padding: 9%;
    border-radius: 0.5rem;
    filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.2));
    margin-left: 2rem;
   
}
.static-blog img{
    height: auto !important;
    width: 28rem;
    justify-self: center
} */

}

@media (max-width: 480px) {

    /* Mobile Phones */
    .sub-navbar {
        padding: 0.5rem 1.2rem 0.8rem 0.8rem;
        height: 8px;
    }

    .sub-nav-options {
        gap: 1rem;
        padding-inline: 3.5rem;
    }

    .sub-nav-options a {
        font-size: 0.75rem;
        /* Smallest font size for readability */
    }

    .welcometxt {
        font-size: 12px;
        font-family: 'geist', sans-serif;
        color: #fff;
        padding-inline: 1rem;
    }

}

/* Main navbar adjusts below the sub-navbar */
.navbar {
    top: 3rem;
    /* Adjust position below the sub-navbar */
}

.navbar {
    position: fixed;
    /* Makes the navbar stay at the top of the viewport */
    top: 1.6rem;
    left: 0;
    /* Aligns the navbar to the left edge */
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1rem 3rem;
    background-color: #fff;


}

.logo {
    height: 3rem;
    width: auto;
    margin-left: 1.938rem;
}

.nav-options {
    list-style-type: none;
    display: flex;
    gap: 3.125rem;
    margin: 0;
    padding: 0;
    margin-left: auto;
}

.nav-options li a {
    font-family: 'geist', sans-serif;
    text-decoration: none;
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    transition: color 0.3s ease;
    position: relative;
}

.nav-options li a::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 0.125rem;
    bottom: -0.3125rem;
    left: 0.9375rem;
    transition: width 0.3s ease;
}

.nav-options li a:hover::after {
    width: 50%;
    background-color: #6FBB1B;
}

/* Button styles */
.contact-btn {
    padding: 0.625rem 1.25rem;
    background-color: #ffff;
    color: #8bc83f;
    border: 2px solid #8bc83f;


    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3rem;
    transition: background-color 0.3s ease;
    margin-left: 3.125rem;
    margin-right: 6.5rem;
    text-align: center;
}

.contact-btn:hover {
    background-color: #8bc83f;
    color: #fff;
}

/* Link inside button */
.contact-link {
    text-decoration: none;
    color: inherit;
    display: inline-block;
    width: 100%;
    height: 100%;
}

/* Prevent blue outline on focus */
.contact-btn:focus,
.contact-link:focus {
    outline: none;
}

.main {



    /* height: 40rem; */
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 2rem;
}

.text-section {
    flex: 1;
    padding: 1.25rem;
    margin-right: 2rem;

}

.text-section h1 {
    font-size: 3.75rem !important;
}



h1 {
    margin-left: 1.125rem;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.625rem;
    margin-top: 13rem;
    font-family: 'geist', sans-serif;
}

h1 .highlight-free {
    color: #b9b9b9;
    font-weight: 600;
}

p {
    margin-left: 1.125rem;
    color: #1F1F1FB2;
    font-size: 1.375rem;
    font-weight: 300;
    font-family: 'geist', sans-serif;
}

.explore-btn {
    display: inline-block;
    margin-left: 1.125rem;
    margin-top: 1rem;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    /* border:2px solid #8bc83f;
    color:#8bc83f; */

    color: white;
    background-color: #8bc83f;
    text-decoration: none;
    border-radius: 0.5rem;
    font-family: 'geist', sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.explore-btn:hover {
    background-color: #6da829;
    /* Darker shade on hover */
}


.highlight {
    color: #6FBB1B;
}

.image-section {
    padding-top: 6.25rem;
    display: flex;
    align-items: center;
    position: relative;
    width: auto;
    height: 34.6875rem;
    position: absolute;
    right: 41px;
}


.image-section-mobile {
    display: none;
}

.image-box {
    width: auto;
    align-items: center;
    height: 100%;
    transition: all 1s ease-out;
}



.image-box {
    /* background-position: center;
    background-size: contain;
    background-repeat: no-repeat; */
    margin-right: 10px;
    cursor: pointer;
}


.image-box-mobile {
    width: auto;
    align-items: center;
    height: 100%;
    transition: all 1s ease-out;
}



.image-box-mobile {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    cursor: pointer;
}




@media (max-width: 1336px) {

    .mt-26 {
        margin-top: 26rem !important;
    }

    .image-section {
        display: none;
    }

    /* .image-section-mobile {
        margin-bottom: 50px;
        justify-self: center;
        display: flex;
        align-items: center;
        position: absolute;
        width: auto;
        height: 24.6875rem;
        right: 0;

    } */



    #box-mobile1 {
        width: 15.5rem;
        height: 100%;
        /* background: url('/assets/img/9p.jpg'); */
        object-position: center;
        object-fit: cover;
        /* object-repeat: no-repeat; */
    }

    #box-mobile2 {
        width: 5.5rem;
        height: 100%;
        /* background: url('/assets/img/9p.jpg'); */
        object-position: center;
        object-fit: cover;
        /* object-repeat: no-repeat; */
    }

    #box-mobile3 {
        width: 2.375rem;
        height: 100%;
        /* background: url('/assets/img/9p.jpg'); */
        object-position: center;
        object-fit: cover;
        /* object-repeat: no-repeat; */

    }

    #box-mobile4 {
        width: 0px;
        height: 100%;
        /* background: url('/assets/img/9p.jpg'); */
        object-position: center;
        object-fit: cover;
        /* object-repeat: no-repeat; */
    }

}


@media (min-width: 1336px) {

    #box1 {
        width: 22.5rem;
        height: 100%;
        /* background: url('/assets/img/9p.jpg'); */
        object-position: center;
        object-fit: cover;
        /* object-repeat: no-repeat; */
    }

    #box2 {
        width: 12.5rem;
        height: 100%;
        /* background: url('/assets/img/9p.jpg'); */
        object-position: center;
        object-fit: cover;
        /* object-repeat: no-repeat; */
    }

    #box3 {
        width: 9.375rem;
        height: 100%;
        /* background: url('/assets/img/9p.jpg'); */
        object-position: center;
        object-fit: cover;
        /* object-repeat: no-repeat; */
        /* margin-right: -2.1875rem; */
        /* Positioned to the left */

    }
}





@keyframes bounce-in-right {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        transform: translateX(-30px);
    }

    80% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }

    /* Positioned to the right */
}



#box4 {
    width: 0px;
    height: 100%;
    /* background: url('/assets/img/9p.jpg'); */
    object-position: center;
    object-fit: cover;
    /* object-repeat: no-repeat; */
}


/* Keyframes to rotate the boxes */
@keyframes rotateBoxes {
    0% {
        transform: translateX(0);
        /* Center box */
    }

    33% {
        transform: translateX(-10%);
        /* Move right */
    }

    66% {
        transform: translateX(-10%);
        /* Move left */
    }

    100% {
        transform: translateX(0);
        /* Back to center */
    }
}



.toggler {
    display: block;
    /* Show it by default in mobile view */
}

/* Hide the toggler button on medium and larger screens */


@media (max-width: 768px) {

    /* Navbar container */
    .navbar {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        /* Ensure space between logo and toggler */
        align-items: center;
        padding: 0.5rem 1rem;
        position: fixed;
        z-index: 1000;
        background-color: #fff;
        height: 4rem;
        width: 100%;
        padding-inline: 0rem;
    }

    .logo {
        height: 2.7rem;
        margin-left: 1.8rem !important;
    }

    /* .toggler {
        display: block;
        background: none;
        border: none;
        cursor: pointer;
        font-size: 2rem;
        color: #000;
        padding-inline: 12rem;
        margin-top: -1rem;
    } */

    /* Ensure navbar options occupy full width in mobile */
    .nav-options {
        display: none;
        /* Hide by default */
        width: 100%;
        /* Full width */
        background-color: #fff;
        position: absolute;
        /* Make the menu take up the full screen */
        top: 5rem;
        /* Position it right below the navbar */
        left: 0;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
    }

    .nav-options.active {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 1rem;
        width: 100%;

    }

    /* Contact button hidden in mobile view */
    .contact-btn {
        display: none;
        /* Hide completely on mobile view */
    }

    .main {
        /* background-image: url('/assets/img/tiny.jpg'); */
        background-size: 51% 33%;
        background-position: center;
        background-repeat: no-repeat;
        /* height: 35rem; */
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 2rem;
        background-position: 113% center;
    }

    .text-section {
        margin-right: 0;
    }


    /* main sub nav start */


    .explore-btn {
        display: inline-block;
        padding: 0.625rem 1.25rem;
        color: #fff;
        font-size: 1.122rem;
        font-weight: 500;
        text-decoration: none;
        border-radius: 0.5rem;
        text-align: center;
        margin-top: 3rem;
        margin-left: 7rem;
        border: 1px solid #8bc83f;
        transition: background-color 0.3s ease;
        font-family: 'geist', sans-serif;
    }

    .explore-btn:hover {
        background-color: #218838;
    }

    /* Text Section */
    .text-section {
        flex: 1;
        padding: 1rem;
    }

    h1 {
        color: black;
        font-size: 2.7rem;
        margin: 7rem 0 1rem 0;
        margin-top: 9rem;
        margin-left: -0.5rem;
    }

    .text-section p {
        color: black;
        font-size: 1rem;
        margin: 0;
        margin-left: 0rem;
        margin-top: 2rem;
    }

    /* Hidden image section in mobile view */

    .image-section-mobile-outer {
        padding-inline: 20px;
        position: relative;
    }


}


@media (min-width: 1025px) {
    .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 1400px;
        /* Increased for better use of screen space */
        width: 100%;
        padding: 40px;
        /* Increased padding for breathing space */
        box-sizing: border-box;
        margin-top: 8rem;
        /* Adjusted for a balanced look */
        gap: 6rem;
        /* Reduced gap for better alignment */
        margin-left: auto;
        margin-right: auto;
        /* Center the container */
    }

    .text-section2 {
        flex: 1;
    }

    .text-section2 h1 {
        font-size: 56px;
        /* Larger font size for better visibility */
        font-weight: bold;
        margin: 0 0 20px;
        color: #000;
        line-height: 1.3;
        margin-left: 0;
        /* Align to the container's padding */
        font-family: 'geist', sans-serif;
    }

    .text-section2 h1 span {
        color: #a8bfa0;
    }

    .text-section2 p {
        font-size: 20px;
        /* Slightly larger for readability */
        color: #444;
        margin-bottom: 30px;
        line-height: 1.8;
        margin-left: 0;
        /* Align to the container's padding */
        font-family: 'geist', sans-serif;
    }

    .add-property-container {
        display: flex;
        align-items: center;
        margin-top: 30px;
        /* Slightly increased spacing */
        margin-left: 0;
        /* Align to the container's padding */
    }

    .add-property {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #00b300;
        color: white;
        width: 60px;
        /* Slightly larger for emphasis */
        height: 60px;
        border-radius: 50%;
        font-size: 28px;
        /* Increased font size */
        cursor: pointer;
    }

    .add-property-text {
        margin-left: 15px;
        /* Increased spacing */
        font-size: 18px;
        /* Slightly larger font size */
        color: #00b300;
        font-weight: 500;
        font-family: 'geist', sans-serif;
    }

    .image-container {
        flex: 1;
        display: flex;
        justify-content: flex-end;
        position: relative;
        gap: 20px;
        /* Added spacing between images */
    }

    .image-container img {
        border-radius: 8px;
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
        /* Enhanced shadow for depth */
        width: 100%;
        max-width: 400px;
        /* Increased max width for larger displays */
        height: auto;
    }

    .image-container .image-1 {
        position: relative;
        /* Allow natural flow */
        z-index: 0;
    }

    .image-container .image-2 {
        position: absolute;
        top: 80px;
        /* Adjusted positioning for larger screens */
        left: 120px;
        z-index: 0;
    }
    .blog-modal p{
        padding-left: 5%;
        padding-right: 5%;
    }
    .static-blog img{
        height: auto;
        width: 25rem;
    }
}


.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 12rem;
    gap: 10rem;
    /* margin-left: 8rem; */


}

.text-section2 {
    flex: 1;
}

.text-section2 h1 {
    font-size: 48px;
    font-weight: bold;
    margin: 0 0 10px;
    color: #000;
    line-height: 1.2;
    margin-left: 3rem;
    font-family: 'geist', sans-serif;
}

.text-section2 h1 span {
    color: #a8bfa0;
}

.text-section2 p {
    font-size: 18px;
    color: #444;
    margin-bottom: 20px;
    line-height: 1.6;
    margin-left: 3rem;
    font-family: 'geist', sans-serif;

}

.add-property-container {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-left: 2.5rem;
}

.add-property {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00b300;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
}

.add-property-text {
    margin-left: 10px;
    font-size: 16px;
    color: #00b300;
    font-weight: 500;
    font-family: 'geist', sans-serif;
}

.image-container {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    position: relative;

}

.image-container img {
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 300px;
    height: auto;
}

.image-container .image-1 {
    /* position: absolute; */
    top: 0;
    left: 0;
    z-index: 1;
}

.image-container .image-2 {
    position: absolute;
    top: 60px;
    left: 100px;
    z-index: 2;
}


@media (max-width: 768px) {
    .container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-left: 0;
        margin-top: 0;
    }

    .text-section2 {
        margin-bottom: -112px;
        text-align: center;
    }

    .text-section2 h1 {
        font-size: 36px;
        text-align: center;
    }

    .text-section2 p {
        font-size: 16px;
    }

    .add-property-container {
        justify-content: center;
    }

    .image-container {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

        .image-container .image-1 {
            max-width: 41%;
            margin-left: -12rem;
            z-index: 0;
            margin-top: 10rem;
        }

        .image-container .image-2 {
            max-width: 41%;
            margin-top: 9rem;
            margin-left: 100px;
            z-index: 0;
        }
    }

@media (max-width:900px){
    .row-properties {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 5.4rem !important;
        margin-bottom: 2rem;
        font-family: 'geist', sans-serif;
    }
    .property-filters {
        margin-bottom: 20px;
        text-align: center;
        display: flex
    ;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: center;
    }
    .image-section-mobile {
        margin-bottom: 50px;
        justify-self: center;
        display: flex;
        align-items: center;
        position: absolute;
        width: auto;
        height: 24.6875rem;
        right: 0;

    }
}
@media (max-width: 480px) {
    .container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-left: 0;
        margin-top: 0;
        gap: 20px;
        /* Add spacing between sections */
    }

    .text-section2 {
        margin-bottom: 20px;
        text-align: center;
    }

    .text-section2 h1 {
        font-size: 28px;
        margin: 0;
        /* Remove extra margins */
        margin-top: 4rem;
    }

    .text-section2 p {
        font-size: 14px;
        margin: 31px 0;
    }

    .add-property-container {
        justify-content: center;
        margin: 0 auto;
        gap: 10px;
        /* Add spacing for better layout */
    }

    .add-property {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .add-property-text {
        font-size: 14px;
        padding-left: 0.5rem;
    }

    .image-container {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
        /* Add spacing between images */
    }

    .image-container .image-1 {
        max-width: 60%;
        margin: 0 auto;
        /* Center the image */
        z-index: 0;
    }

    .image-container .image-2 {
        max-width: 60%;
        margin-top: -10px;
        /* Adjust overlap */
        margin-left: 0;
        /* Center alignment */
        z-index: 0;
    }
}

.modal-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal-content {
    font-family: 'geist', sans-serif;

    padding: 2rem;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    position: relative;
}

.details-textarea {
    display: flex;
    gap: 0.5rem;
}

.details-textarea textarea {
    width: 100%;
    height: 80px;
    resize: none;
}

.modal-content input,
.modal-content textarea {
    width: 100%;
    margin: 0.5rem 0;
    padding: 0.5rem;
    border: 1px solid #e6e3e3;
    border-radius: 4px;
    font-family: 'geist', sans-serif;
}

textarea[name="detail1"],
textarea[name="detail2"],
textarea[name="detail3"] {
    font-size: 14px;
    /* Adjust the value as needed */
}



.modal-content button {
    background: #8bc83f;
    color: white;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.modal-content button:hover {
    background: #6ba92d;
}

#success-message {
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1rem 2rem;
    background-color: #8bc83f;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 0.5rem;
    text-align: center;
    z-index: 1000;
}











.about {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    position: relative;
    flex-direction: row;
    padding-top: 3rem;

}


.about-img {
    width: 43.125rem;
    height: 27.5rem;

    position: relative;
    overflow: hidden;
}

.about-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    z-index: 1;
    pointer-events: none;
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.about-text h2 {
    font-family: 'geist', sans-serif;
    font-size: 1.875rem;
    font-weight: 300;
    line-height: 2.0625rem;
    align-content: center;
    max-width: 31.25rem;
    transition: margin-top 0.5s ease;
}

.about-text p {
    font-family: 'geist', sans-serif;
    font-size: 1.125rem;
    line-height: 1.6;
    text-align: justify;
    /* Justifies the text to align left and right */
    word-break: normal;
    overflow-wrap: break-word;
    /* Ensures long words break and wrap to the next line */
    margin: 0;
}


.about-text p+p {
    margin-top: 0;
}

.about-text h2 {

    font-family: 'geist', sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
}

.learn-more {
    font-family: 'geist', sans-serif;
    display: inline-block;
    font-size: 1rem;
    color: #1F1F1F;
    text-decoration: underline;
    cursor: pointer;

}

.additional-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease, max-height 0.5s ease;
    font-family: 'geist', sans-serif;
    font-size: 1.125rem;
    line-height: 1.6;

    visibility: hidden;
}

.additional-content.show {
    opacity: 1;
    max-height: 31.25rem;
    visibility: visible;
}


.learn-less {
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    color: #000;
    text-decoration: underline;
    cursor: pointer;

}

.bg-red{
    background-color: red;
}
.w-full{
    width: 100%;
}
.display-hidden{
    display: none;
}
@media screen and (min-width: 1025px) {
    .about {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-top: 15rem;
        /* padding-top:12rem; */
        gap: 5rem;
    }

    .about-img {
        width: 43.125rem;
        height: 27.5rem;
    }

    .about-text {
        font-size: 1.875rem;
        justify-content: flex-start;
        max-width: 31.25rem;
        text-align: left;
        margin: 0;
    }

    .about-text h2 {
        font-size: 2.5rem;
        text-align: left;
        margin: 0;
        font-weight: 600;
        margin-bottom: 2rem;
    }

    .about-text p {
        font-size: 1.130rem;
        text-align: left;
        margin: 0;
    }
}


@media screen and (max-width: 1024px) {
    .about {
        flex-direction: column;
        margin-top: 4rem;

    }
    .alert-box {
        right: 30px;
    }
    .about-img {
        width: 90%;

    }

    .about-text {
        font-size: 1.625rem;

        max-width: 90%;
    }

    .about-text h2 {
        font-size: 2.25rem;
    }

    .about-text p {
        font-size: 1.125rem;
    }

    .learn-more {
        font-size: 0.9rem;
    }

    .additional-content {
        font-size: 1rem;
    }

    .nav-options {
        gap: 2.2rem;
    }

    #bar1,#bar2,#bar3{
        width: 2.5rem;
        height: 4px;
        margin-bottom: 4px;
        background-color: #000;
        transition: all 500ms ease;

    }


    .contact-form form {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .agent-plot-image {
        /* padding-top: 4rem; */
        align-content: end;
        width: 100% !important;
        justify-items: center;
        /* background-color: rgba(255, 0, 0, 0.322); */
        height: 35rem;
    }
    .scroll img{
        width: 100%;
    }
    .landing-detail{
        padding: 0;
    }
    .btn-det {
        margin-top: -3rem;
    }
    /* .scroll-img2 {
        margin-top: 2rem;
    } */
    .scroll-img2 img{
        margin-top: -3rem;
        height: 5rem;
    }
    .social-icons {
        justify-content: center;
        gap: 1.25rem;
        margin-left: 29rem;
    }
/* .description {
    width: 50%;
    padding-top: 3rem;
    font-family: "geist", sans-serif;
    padding-left: 5rem;
    padding-bottom: 3rem;
} */
.landing-detail {
    display: block !important;
   

}
.description {
    width: 100% !important;
    margin-top: -2rem;
    font-family: "geist", sans-serif;
    

    padding-bottom: 3rem;
}
   
    /* .hand-burgger {
        display: none;
    } */

    .blog-modal{
        margin-top: 2rem;
        
       
    }
    .blog-modal p{
        font-size: 1.125rem;
        font-family: 'geist', sans-serif;
        padding-left: 2%;
        padding-right: 2%;
       
    }
    .static-blog {
        justify-self: center !important;
        background: none;
        width: 160%;
        background: white;
       
        padding: 9%;
        border-radius: 0.5rem;
        filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.2));
    }
    .shadow-lg{
        box-shadow: none !important;
    }
    .card-blog {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) ;
    }
    .blog-card{
        width: 20rem;
    }



}
@media screen(min-width: 1025px) {
   
    .static-blog {
        justify-self: center !important;
        background: none;
        width: 160%;
        background: white;
        height: 32rem;
        padding: 9%;
        border-radius: 0.5rem;
        filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.2));
    }
    /* .blog-align{
        padding-left: 8%;
    } */
}


@media screen and (max-width: 768px) {

    .mobile-navbar{
        display: block;
        width: 100%;
        height: 100vh;
        background-color: rgb(255, 255, 255);
        position: fixed;
        z-index: -1;
        top: 0;
        margin-top: -100vh;
        transition: all 500ms ease-in;
        
    }
    .about {
        flex-direction: column;
        align-items: center;


    }

    .about-img {
        width: 100%;
        height: auto;

    }

    .about-text {
        font-size: 1.5rem;
        padding-inline: 2rem;
        max-width: 100%;
        margin-top: 4rem;

    }

    .about-text h2 {
        font-size: 1.8rem;
        text-align: center;
    }

    .about-text p {
        font-size: 1rem;

    }

    .learn-more {
        font-size: 0.9rem;

    }

    .additional-content {
        font-size: 1rem;
    }
}



/* .about {
    padding: 20px;
  }
  
  .about-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .about-img img {
    width: 100%;
    max-width: 500px; 
    height: auto;
  }
  
  .about-text {
    flex: 1;
    margin-left: 20px;
  }
  
  .about-text h2 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  
  .about-text p {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  
  @media (max-width: 768px) {
    .about-content {
      flex-direction: column;
      text-align: center;
    }
  
    .about-img img {
      max-width: 100%;
      margin-bottom: 20px;
    }
  
    .about-text {
      margin-left: 0;
    }
  }
  



 */





/* Styling for the main service section */
#service {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    padding-inline: 4rem;

}

/* Styling for the service heading */
#service-heading {
    font-family: 'geist', sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 5rem;
    text-align: left;
}

/* Styling for the service boxes container */
.service-boxes {
    display: flex;
    flex-wrap: wrap;
    /* Allow wrapping of service boxes */
    justify-content: space-evenly;
    /* Distribute boxes evenly */
    gap: 1.875rem;
    /* Gap between boxes */
    align-items: stretch;
    /* Make sure boxes have equal height */
    width: 100%;
    /* Make sure boxes fill the container width */


}

/* Styling for individual service boxes */
.service-box {
    display: flex;
    flex-direction: column;
    /* Stack items vertically */
    align-items: left;
    /* Center content horizontally */
    justify-content: flex-start;
    /* Align items to the top */
    width: calc(25% - 1.875rem);
    /* Set width to 25% minus gap to fit 4 items */
    height: auto;
    /* Allow dynamic height */
    border: 0.0625rem solid #5F5F5F4D;
    /* Border around each box */
    transition: background-color 0.3s ease-in-out;
    box-sizing: border-box;
    /* Ensure padding and borders are included in the width/height calculation */
}

/* Icon styling inside the service box */
.service-icon {
    width: 2.1875rem;
    margin-top: 1.875rem;
    margin-bottom: 0.625rem;
    padding-inline: 1rem
}

/* Heading inside the service box */
.box-heading {
    font-family: 'geist', sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    color: #000000;
    line-height: 1.5rem;
    text-align: left;
    padding-inline: 1rem;
}

/* Content inside the service box */
.box-content {
    font-family: 'geist', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #1F1F1FB2;
    line-height: 1.5;
    text-align: justify;
    word-break: normal;
    overflow-wrap: break-word;
}

/* Hover effect for the service box (white background) */
.service-box:hover {
    background-color: #fff;
    border: 0.0625rem solid #6FBB1B;
}

.price-and-button{
    display: flex;
    height: 100px;
    width: 100%;
}

.price-box{
    width: 70%;
}


/* Media query for devices with min-width 1025px (screens larger than tablets) */
@media screen and (min-width: 1025px) {
    #service {
        margin-top: 12rem;
    }

    .service-boxes {
        flex-direction: row;
        /* Keep boxes in a row */


    }

    .service-box {
        width: calc(25% - 1.875rem);
        /* Maintain width for larger screens */
    }

    .box-heading {
        padding-inline: 2rem;
    }

    .box-content {
        padding-inline: 1rem;

    }

    .service-icon {
        padding-inline: 2rem;
    }
}

/* Media query for devices with max-width 1025px (down to tablets) */
@media screen and (max-width: 1025px) {
    #service {
        margin-top: 6rem;
    }

    .service-boxes {
        flex-direction: row;
        /* Keep boxes in a row */
        justify-content: center;
        /* Center the boxes */
        gap: 1.25rem;
        /* Adjust gap between boxes */
    }

    .service-box {
        width: 20rem;
        /* Adjust box width */
    }
}

/* Media query for screens with max-width 768px (tablets and smaller devices) */
@media screen and (max-width: 768px) {
    .service-boxes {
        flex-direction: column;
        /* Stack the boxes vertically */
        align-items: center;
        /* Center the boxes */
        gap: 2rem;
        /* Increase gap between the boxes */
    }

    .service-box {
        width: 100%;
        /* Make each box full width */
        height: auto;
        /* Adjust height for mobile */
    }

    .service-icon {
        width: 3rem;
        /* Adjust icon size */
    }

    .box-heading {
        font-size: 1.1rem;
        /* Adjust heading size */
    }

    .box-content {
        font-size: 0.9rem;
        /* Adjust content font size */
    }
}

/* For screens with max-width 480px (small mobile devices) */
@media screen and (max-width: 480px) {
    #service {
        margin-top: 4rem;
        padding-inline: 3rem;
    }

    #service-heading {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }

    .service-boxes {
        flex-direction: column;
        gap: 1.5rem;
        width: 21rem;
    }

    .service-box {
        width: 19rem;
        height: auto;
    }

    .service-icon {
        width: 2.5rem;
        /* Adjust icon size */
    }

    .box-heading {
        font-size: 1.2rem;
        /* Smaller heading font */
    }

    .box-content {
        font-size: 1rem;
    }
}

.price-box {
    /* width: 15.5rem;
    background-color: red; */
}
.price-box p{
    text-align: left !important;
}
.paragraph{
    height: 2rem;
}

.properties {
    font-family: 'geist', sans-serif;
    padding-top: 12em;
    padding-inline: 4.5rem;
}

.property-name {
    text-align: center;
    font-size: 2.5rem;
    font-family: 'geist', sans-serif;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 4rem;
}

.property-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 4 equal-width columns */
    justify-content: center;
    gap: 20px;
    /* Space between the cards */
    position: relative;
    cursor: pointer;
}

.row {
    gap: 6.5rem;
    width: 100%;
}

.card {
    display: flex;

    flex-direction: column;
    border: 1px solid #ccc;

    overflow: hidden;
    width: 25rem !important;
    /* height: 28rem !important; */
    height: 100%;


}


/* .card {
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 24rem;
} */


.card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover img {
    transform: scale(1.05);
}



.card h2 {

    font-family: 'geist', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;


    text-align: center;

}

hr {
    margin: 0.5rem;
}

.card p {
    font-size: 0.9rem;
    text-align: center;
    /* line-height: 2.4; */
    color: #555;

    /* margin: 10px; */
}

.view {
    text-align: center;
    color: #8BC83F;
    font-size: 20px;
    margin-top: -2rem !important;
    font-family: "geist", sans-serif;
}



.location1 {
    display: flex;
    /* Enables flexbox for horizontal alignment */
    align-items: center;
    justify-content: space-between;
    /* Vertically centers items */
    gap: 8px;
    padding: 10px;
    /* Adds space between the image and text */
}





#location-icon {
    width: 1.5rem;
    height: 1.5rem;
}

.property-actions {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    padding: 1rem 3rem;
    /* Adjust spacing as needed */
}

.more-property {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    color: #8BC83F;

    text-decoration: none;
    font-family: 'geist', sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: 2px solid #8bc83f;

}


.more-property:hover {
    background-color: #6da829;
    /* Darker shade on hover */
    color: #fff;
}



.fa-whatsapp{
    color: #25D366 !important;
}
.fa-facebook{
    color: #1877F2;
}
.fa-telegram{
    color: #0088cc;
}

.fa-linkedin{
    color: #0077B5;
}

















@media (max-width: 1350px) {
    .property-cards {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .properties {
        padding-top: 8em;
        padding-inline: 2rem;
    }

    .property-name {
        font-size: 2rem;
        margin-top: 7rem;
    }

    .property-cards {
        gap: 15px;
    }

    .card {
        height: 100%;
        /* Allow dynamic height for smaller screens */
    }

    .card img {
        height: 180px;
        /* Adjust image height for smaller screens */
    }

    .card h2 {
        font-size: 1rem;
    }

    .card p {
        font-size: 0.85rem;
    }

    .property-actions {
        flex-direction: column;
        align-items: center;
        padding: 1rem;
    }

    .more-property {
        display: inline-block;
        padding: 0.75rem 1.5rem;
        font-size: 1rem;
        color: #8BC83F;

        text-decoration: none;
        font-family: 'geist', sans-serif;
        font-weight: 600;
        cursor: pointer;
        transition: background-color 0.3s ease;
        border: 2px solid #8bc83f;
        width: 8rem;
        padding-inline: 1rem;
    }


}

@media only screen and (max-width: 1200px) {
    .property-cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* 4 equal-width columns */
        justify-content: center;
        gap: 20px;
        /* Space between the cards */
        position: relative;
        cursor: pointer;
    }
}

@media only screen and (max-width: 480px) {
    .properties {
        padding-top: 5.5em;
        padding-inline: 3rem;
    }

    .property-name {
        font-size: 1.8rem;
    }

    .property-cards {
        grid-template-columns: 1fr;
        /* One card per row on very small screens */
    }



    .card img {
        height: 150px;
        /* Smaller image height for very small screens */
    }

    .card h2 {
        font-size: 0.9rem;
    }

    .card p {
        font-size: 0.8rem;
    }

    * For mobile devices */ .more-property {
        padding: 0.5rem 0.8rem;
        /* Further reduce padding */
        font-size: 0.8rem;
        /* Smallest font size */
        width: 100%;
        /* Full width for better usability */
        box-sizing: border-box;
        /* Ensure padding is included in width */
    }
}





/* Default styling for larger screens */
.why-choose-section {
    display: flex;
    justify-content: flex-start;
    /* Align heading and feature boxes */
    align-items: flex-start;
    gap: 10rem;
    /* Adjust space between heading and features */
    flex-wrap: wrap;
    font-family: 'geist', sans-serif;
    margin-top: 8rem;
    padding-inline: 6rem;
}

/* Main Heading Styling */
.why-choose-heading {
    flex: 0 0 auto;
    /* Prevent the heading from resizing */
    font-size: 2.5rem;
    font-weight: 600;
    color: #000;
    text-align: left;
    line-height: 3.125rem;
    white-space: nowrap;
    align-self: flex-start;
    /* Align heading to the top */
}

/* Features Container */
.features-container {
    flex: 1;
    /* Allow the feature boxes to take up remaining space */
    display: flex;
    flex-wrap: wrap;
    gap: 1.875rem;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 2rem;
}

/* Feature Box Styling */
.feature-box {
    flex: 1 1 calc(33.333% - 1.25rem);
    /* Allow three boxes per row */
    max-width: calc(33.333% - 1.25rem);
    text-align: left;
    padding: 0.625rem 0;
    box-sizing: border-box;
    position: relative;
    /* To position the button inside the box */
}

.property-card-img {
    padding: 0.5rem;
}

.property-card-img img {
    height: 14rem !important;
}

/* Number Styling */
.feature-number {
    font-family: 'Geist', sans-serif;
    font-weight: 100;
    font-size: 2.5rem;
    line-height: 2.5rem;
    color: #6b6b6b;
    margin-bottom: 0.625rem;
}

/* Feature Title Styling */
.feature-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.5rem;
    margin-left: 0;
    /* Ensure no extra left margin */
    padding-left: 0;
    /* Ensure no extra left padding */
}

/* Feature Description Styling */
.feature-description {
    font-size: 1rem;
    color: #555;
    line-height: 1.5;
    text-align: left;
    margin-left: 0;
    /* Ensure no extra left margin */
    padding-left: 0;
    /* Ensure no extra left padding */
}

.show-more-link {
    color: #d6d6d6;
    text-decoration: none;
    font-size: 40px;
    padding: 0;
    transition: all 0.3s ease;
    align-items: center;
    font-weight: 700;
    margin-top: 20px;
}

.arrow {
    margin-left: 5px;
    /* Add space between text and arrow */
}


.show-more-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
}


/* Media Queries for Responsiveness */

/* Medium Screens (Tablets and small laptops) */
@media (max-width: 1024px) {
    .why-choose-section {
        flex-direction: column;
        align-items: flex-start;
        padding-inline: 3rem;
    }

    .why-choose-heading {
        font-size: 2rem;
        line-height: 2.5rem;
        text-align: center;
    }

    .features-container {
        padding-inline: 3rem;
        gap: 1.5rem;
    }

    .feature-box {
        flex: 1 1 calc(50% - 1.25rem);
        /* Two boxes per row */
        max-width: calc(50% - 1.25rem);
    }

    .show-more-btn-container {
        text-align: center;
        /* Center button for smaller screens */
    }
    .footer-links {
        width: 100%;
        display: flex
;
        /* flex-direction: column; */
        align-items: center;
        text-align: center;
        margin-top: 5rem !important;
    }
    .contact-details{
        z-index: 2;
    }
}

/* Small Screens (Mobile devices) */
@media (max-width: 768px) {
    .why-choose-section {
        flex-direction: column;
        align-items: center;
        padding-inline: 2rem;
        gap: 2rem;
    }

    .why-choose-heading {
        font-size: 1.8rem;
        text-align: center;
        line-height: 2.25rem;
        align-self: center;
    }

    .features-container {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        padding-inline: 0;
    }

    .feature-box {
        flex: 1 1 100%;
        max-width: 100%;
        text-align: center;
    }

    .feature-number {
        font-size: 1.8rem;
    }

    .feature-title {
        font-size: 1.1rem;
    }

    .feature-description {
        font-size: 1rem;
        text-align: center;
    }

    .show-more-btn-container {
        text-align: center;
    }
}

/* Extra Small Screens (Very small mobile devices) */
@media (max-width: 480px) {
    .why-choose-section {
        padding-inline: 0rem;
        margin-top: 4rem;
    }

    .why-choose-heading {
        font-size: 1.6rem;
        line-height: 2rem;
        text-align: center;
        padding-inline: 6rem;
        margin-bottom: 0rem;
    }

    .features-container {
        gap: 0.75rem;
    }

    .feature-box {
        padding: 0.5rem 0;
    }

    .feature-number {
        font-size: 1.5rem;
    }

    .feature-title {
        font-size: 1rem;
    }

    .feature-description {
        font-size: 0.9rem;
    }

    .show-more-btn-container {
        text-align: center;
    }
}







/* Section Styling */
.Benefit-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 6rem;
    font-family: 'geist', sans-serif;
    margin-top: 10rem;
    padding-inline: 6rem;
}

/* Main Heading Styling */
.Benefit-heading {
    flex: 1;
    font-size: 2.5rem;
    font-weight: 600;
    color: #000;
    text-align: left;
    line-height: 3.125rem;
    white-space: nowrap;


}

.Benefit-heading .highlight-green {
    color: #8BC83F;
    font-weight: 600;
}

/* Features Container */
.Benefit-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1.875rem;
    justify-content: flex-start;
    margin-top: 2rem;

}

/* Feature Box Styling */
.Benefit-box {
    flex: 1 1 calc(33.333% - 1.25rem);
    max-width: calc(33.333% - 1.25rem);
    text-align: left;
    padding: 0.625rem 0;
}

/* Number Styling */
.Benefit-number {
    font-family: 'Geist', sans-serif;
    font-weight: 100;
    font-size: 2.5rem;
    line-height: 2.5rem;
    color: #6b6b6b;
    margin-bottom: 0.625rem;
}

/* Feature Title Styling */
.Benefit-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.5rem;
}

/* Feature Description Styling */
.Benefit-description {
    font-size: 1rem;
    color: #555;
    line-height: 1.5;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: normal;
    margin-left: 0;
}



@media (max-width: 768px) {
    .Benefit-section {
        flex-direction: column;
        align-items: center;
    }

    .Benefit-heading {
        margin-top: 0rem;
        text-align: center;
        align-self: center;
    }

    .Benefit-container {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        margin: 0;
        width: 100%;
    }

    .Benefit-box {
        flex: 1 1 100%;
        max-width: 100%;
        padding: 1rem 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .Benefit-number {
        font-size: 1.8rem;
        line-height: 1.8rem;
        color: #6FBB1B;
        margin-bottom: 0.5rem;
    }

    .Benefit-title {
        font-size: 1.2rem;
        font-weight: bold;
        color: #333;
        text-align: left;
        margin: 0;
    }

    .Benefit-description {
        margin-top: 0.5rem;
        font-size: 1rem;
        color: #555;
        line-height: 1.5;
        text-align: left;
    }

    .Benefit-box:nth-child(3),
    .Benefit-box:nth-child(4) {
        align-items: flex-start;
        text-align: left;
        padding-inline: 6rem;
    }

    .Benefit-description br {
        display: none;
    }

    /* Show Description When Active */
    .Benefit-box.active .Benefit-description {
        display: block;
    }

    /* Change Arrow When Active */
    .Benefit-box.active .Benefit-title::after {
        content: "\25B2";
        /* Upward arrow */
    }
}

@media (max-width: 480px) {

    .Benefit-box:nth-child(3),
    .Benefit-box:nth-child(4) {
        padding-inline: 0rem;
    }
}

@media (max-width: 380px) {

    .Benefit-box:nth-child(3),
    .Benefit-box:nth-child(4) {
        padding-inline: 0rem;
    }
}


/* Section Container */
.number-chain-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* Ensure the left and right elements are spaced apart */
    padding-inline: 2rem;
    /* General padding for the section */
    margin-top: 8rem;
    gap: 16%;
    padding-bottom: 3rem;
}

/* Image Side */
.image-side {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    /* Ensure the image aligns to the right */
}

/* Section Image */
.section-image {
    width: 32rem;
    height: 38rem;
}

/* Text Side */
.text-side {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* Align text to the left */
    justify-content: flex-start;
    /* Top-align content */
}


/* Section Heading */
.section-heading {
    font-family: 'Geist', sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    white-space: nowrap;
    align-self: flex-start;
    /* Prevent shifting */
}

.highlight-green {
    color: #8BC83F;
}

/* Number Chain - Vertical Alignment */
.number-chain {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* Keep alignment */
    gap: 3.125rem;
    position: relative;
}

/* Number Circle */
.number-circle {
    width: 4rem;
    /* Reduced width */
    height: 4rem;
    /* Reduced height */
    border-radius: 50%;
    background-color: #ffffff;
    color: #1F1F1F;
    font-size: 1.875rem;
    font-weight: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.125rem solid #00000033;
}

.number-circle img {
    width: 40%;
    /* Adjust the width of the icon */
    height: 40%;
    /* Adjust the height of the icon */
    object-fit: contain;
    /* Maintain the icon's aspect ratio */
}


/* Connecting Line Between Circles */
.number-chain::before {
    content: '';
    position: absolute;
    top: 10%;
    left: 50%;
    width: 0.125rem;
    height: calc(100% - 3.75rem);
    background-color: transparent;
    border-left: 0.125rem dotted #CCCCCC;
    transform: translateX(-50%);
    z-index: -1;
}

/* Number Description (Positioning description on the right) */
#step1,
#step2,
#step3,
#step4 {
    color: #1F1F1FB2;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 1.0625rem;
    line-height: 1.5rem;
    position: absolute;
    /* Maintain precise placement */
    left: 8.375rem;
    /* Adjust to match original position */
    white-space: nowrap;
}

#step1 {
    top: 4%;
}

#step2 {
    top: 31%;
}

#step3 {
    top: 59%;
}

#step4 {
    top: 86.5%;
}

/* Section for Small and Medium Screens */
@media (max-width: 768px) {
    .number-chain-section {
        flex-direction: column;
        /* Stack items vertically */
        align-items: center;
        /* Center-align contents */
    }

    .image-side {
        justify-content: center;
        /* Center-align image */
    }

    .section-image {
        width: 100%;
        height: auto;
    }

    .text-side {
        align-items: center;
        /* Center text */
        text-align: center;
    }

    .section-heading {
        font-size: 2rem;
        align-self: center;
    }

    .number-chain {
        align-items: center;
    }

    #step1,
    #step2,
    #step3,
    #step4 {
        position: static;
        /* Allow natural flow */
        text-align: center;
        font-size: 1rem;
        line-height: 1.4rem;
    }

    .number-circle {
        width: 3.5rem;
        height: 3.5rem;
        font-size: 1.5rem;
    }

    .number-chain::before {
        content: none;
    }
}

/* Section for Extra Small Screens */
@media (max-width: 480px) {
    .section-heading {
        font-size: 2rem;
    }

    .number-circle {
        width: 3rem;
        height: 3rem;
        font-size: 1.2rem;
    }

    #step1,
    #step2,
    #step3,
    #step4 {
        font-size: 0.9rem;
    }
}









/* FAQ Section */
#faq-section {
    padding: 1.25rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 11rem;
    align-items: start;
    margin-top: 8rem;
    padding-inline: 10rem;

}

.features-container {
    padding-inline: 0rem;
}

.faq-heading {
    font-family: 'Geist', sans-serif;
    font-size: 1.6875rem;
    font-weight: 100;
    white-space: nowrap;
    grid-column: 1;
    grid-row: 2;
    margin-top: 0;
    text-align: left;
    margin-left: 3.75rem;
}

.faq-heading h2 {
    font-family: 'Geist', sans-serif;
    font-weight: 600;
    font-size: 2.5rem;
}

.faq-questions {
    font-family: 'Geist', sans-serif;
    /* grid-column: 3; */
    /* grid-row: 1; */
    width: 50%;
    /* margin-left: 41.1875rem; */
    /* margin-top: -8.25rem; */
    font-size: 1.25rem;
    /* margin-right: 45rem; */
}

.faq-item {
    margin-top: 1.25rem;
    display: flex;
    flex-direction: column;
    padding-top: 0.625rem;
}

.faq-question {
    color: #000000;
    font-family: 'geist', sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.faq-answer-content {
    display: none;
    margin-top: 0.625rem;
    font-size: 1rem;
    color: #616161;
}

.faq-answer-content p {
    font-size: 1rem !important;
}

.toggle-icon {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
    transition: all 200ms ease-in;
}

@media (min-width: 1024px) {
    #faq--section {
        gap: 4rem;
    }

}



/* Section for Small and Medium Screens */
@media (max-width: 768px) {
    #faq-section {
        grid-template-columns: 1fr;
        /* Stack the content in a single column */
        grid-template-rows: auto;
        gap: 1rem;
        margin-top: 4rem;
        padding-top: 5rem;
        margin-left: 0;
        margin-right: 0;
    }

    .faq-heading {
        font-size: 1.5rem;
        /* Adjust the size of the heading */
        margin-left: 1rem;
        margin-top: 2rem;
        /* Add margin-top to provide space from the top */
    }

    .faq-heading h2 {
        font-size: 2rem;
        /* Adjust the size of the subheading */
    }

    .faq-questions {
        width: 90%;
        /* margin-left: 0;
        margin-right: 0; */
        font-size: 1.125rem;
        /* margin-top: 2rem; */
        /* Add margin-top to create space from the heading */
    }

    .faq-item {
        margin-top: 1.25rem;
    }

    .faq-question {
        font-size: 1.125rem;
        padding: 1rem;
    }

    .faq-answer-content {
        margin-top: 0.5rem;
        font-size: 1rem;
    }

    .toggle-icon {
        width: 1.1rem;
        height: 1.1rem;

    }
}

/* Section for Extra Small Screens */
@media (max-width: 480px) {

    #faq-section {
        padding-inline: 1rem;
        /* Add some padding for content spacing */

        width: 90%;
        /* Use a percentage width to make it responsive */
        box-sizing: border-box;
        /* Ensure padding doesn't overflow */
    }

    .faq-heading {
        font-size: 1.3rem;
        /* Further adjust the heading size */
        margin-top: 1.5rem;
        /* Add space from the top */
    }

    .faq-heading h2 {
        font-size: 2rem;
        margin-top: -4rem;
        text-align: center;
    }

    .faq-questions {
        width: 85%;
        /* margin-left: 0;
        margin-right: 0; */
        font-size: 1rem;
        /* margin-top: 2.5rem; */
        /* margin-bottom: -10rem; */

    }

    .faq-question {
        font-size: 1.1rem;
    }

    .faq-answer-content {
        font-size: 0.9rem;
        /* Adjust answer font size */
    }

    .toggle-icon {
        width: 1rem;
        height: 1rem;
        /* Adjust the icon size for smaller screens */
        margin-right: -1rem;

        margin-top: -1rem;

    }
}







.main-sec {
    display: flex;
    gap: 20px;
    padding: 100px;
}

.col-1 {
    width: 50%;
    height: 80vh;
    overflow: hidden;
}

.col-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.col-2 {
    width: 50%;
    height: 80vh;
    overflow: hidden;
}

.col-2 img {
    width: 100%;
    height: 50%;
    object-fit: cover;
}

.inner-sec {
    display: flex;
    gap: 15px;
    margin-top: 15px;
    height: 50%;
}

.inner-1 {
    width: 100%;
    height: 100%;
}

.inner-1 img {
    height: 100%;
}

.inner-1 img {
    height: 100%;
}

.inner-2 {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1000px) {

    .col-1 {
        width: 100%;
        height: 40vh;
        overflow: hidden;
    }

    .col-2 {
        width: 100%;
        height: 60vh;
        overflow: hidden;
    }

    .main-sec {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 10px;
        margin-top: 12rem;
    }

}



/* Contact Section Layout */
.contact-section {
    margin-top: -4rem;
    display: flex;
    justify-content: space-between;
    padding: 1.25rem;
    font-family: 'geist', sans-serif;
    margin-bottom: 6.25rem;
    padding-top: 10rem;
    margin-left: 0.625rem;
}

/* Contact Info Section */
.contact-info {
    width: 40%;
}

.contact-info h2 {
    margin-top: -0.625rem;
    font-size: 2.5rem;
    margin-bottom: 1.875rem;
    color: #1F1F1F;
    font-family: 'geist', sans-serif;
    margin-left: 4.375rem;
    font-weight: 600;
}

.contact-info p {
    margin-bottom: 2.5rem;
    font-family: 'geist', sans-serif;
    font-size: 1rem;
    color: #616161;
    margin-left: 4.3125rem;
}

.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 1.875rem;
}

.info-item .icon {
    font-size: 1.25rem;
    margin-right: 0.625rem;
    margin-left: 4.375rem;
}

.info-item span {
    font-size: 0.875rem;
    color: #616161;
    margin-left: 1.25rem;
}

/* Contact Form Section */
.contact-form {
    width: 50%;
    /* margin-right: -5rem; */
}

.contact-form form {
    display: flex;
    flex-direction: column;
}

.contact-form label {
    margin-bottom: 0.3125rem;
    font-size: 1rem;
    font-family: 'geist', sans-serif;
    color: #616161;
}

.contact-form input,
.contact-form textarea {
    width: 70%;
    font-family: 'geist', sans-serif;
    padding: 1.25rem;
    margin-bottom: 0.9375rem;
    font-size: 0.875rem;
    border: 1px solid #CCD2D0;
}

.contact-form button {
    width: 70.5% !important;
    padding: 0.625rem;
    height: 3rem;
    font-size: 1rem;
    color: white;
    font-family: 'geist', sans-serif;
    background-color: black;
    border: none;
    cursor: pointer;
}

.contact-form button:hover {
    background-color: #1F1F1F;
}



/* Media Queries for responsiveness */

/* Mobile View (Small Screens) */
@media (max-width: 768px) {

    /* General Contact Section adjustments */
    .contact-section {
        flex-direction: column;
        /* Stack the sections vertically */
        padding: 1rem;
        margin-top: 0;
    }

    /* Contact Info Section adjustments */
    .contact-info {

        width: 100%;
        /* Make the contact info section full width */
        margin-left: 0;
        margin-top: 4rem;
    }

    .contact-info h2 {
        font-size: 2rem;
        /* Adjust heading size */
        margin-left: 0px;
    }

    .contact-info p {
        font-size: 0.9rem;
        /* Adjust paragraph font size */
        margin-left: 0;
        /* Adjust margin for mobile */
    }

    .info-item {
        justify-content: flex-start;
        /* Align info items properly */
        margin-left: 0;
        /* Remove extra margin */
    }

    .info-item .icon {
        margin-left: 0;
        /* Remove extra margin */
    }

    .info-item span {
        font-size: 0.875rem;
        /* Adjust text size */
    }

    /* Contact Form Section adjustments */
    .contact-form {
        width: 100%;
        /* Make form full width */
        margin-right: 0;
        margin-top: 2rem;
        /* Add space between info items and form */
        margin-left: .5rem;
    }

    .contact-form label {
        font-size: 0.875rem;
        /* Adjust label font size */
    }

    .contact-form input,
    .contact-form textarea {
        width: 90%;
        /* Adjust input field width */
        font-size: 0.875rem;
        margin-left: 0;
        /* Remove left margin */
    }

    .contact-form button {
        width: 90%;
        /* Adjust button width */
    }
}

/* Tablet View (Medium Screens) */
@media (max-width: 1024px) {

    /* General Contact Section adjustments */
    .contact-section {
        flex-direction: column;
        /* Stack the sections vertically */
        padding: 1rem;
    }

    /* Contact Info Section adjustments */
    .contact-info {
        width: 100%;
        /* Make the contact info section full width */
    }

    .contact-info h2 {
        font-size: 2rem;
    }

    .contact-info p {
        font-size: 1rem;
        /* Adjust paragraph font size */
    }

    .contact-form {
        width: 100%;
        /* Make form full width */
    }

    .contact-form input,
    .contact-form textarea {
        width: 80%;
        /* Adjust input field width */
    }

    .contact-form button {
        width: 80% !important;
    }
}

/* Desktop View (Large Screens) */
@media (min-width: 1025px) {

    /* General Contact Section adjustments */
    .contact-section {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        /* Keep layout side-by-side */
    }

    .contact-info {
        width: 40%;
    }

    .contact-form {
        width: 50%;
    }

    .contact-info h2 {
        font-size: 2.5rem;
        /* Keep heading size as is */
    }

    .contact-info p {
        font-size: 1rem;
        /* Keep paragraph font size as is */
    }

    .contact-form input,
    .contact-form textarea {
        width: 70%;
        /* Keep input field width as is */
    }

    .contact-form button {
        width: 75.5%;
        /* Keep button width as is */
    }
   .static-blog-para{
    padding-left: 8%;
    padding-right: 8%;
   
   }
}





.truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

footer {
    font-family: 'geist', sans-serif;
    background-color: white;

    padding: 1.875rem 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    max-width: 75rem;
    margin: 0 auto;
}

.contact-details {
    /* Changed the class name from contact-info to contact-details */
    width: 40%;
}

.footer-logo {
    /* Changed from .logo to .footer-logo */
    width: 7rem;
    height: 3.3125rem;
    margin-left: -5rem;
    margin-top: 6.25rem;
    margin-bottom: 3.75rem;
}

.contact-details h3,
h4 {
    /* Updated to match the new class name */
    font-size: 1.25rem;
    margin: 0.625rem 0;
    margin-left: -5rem;
    font-weight: 100;
}

.contact-details h3 {
    margin-bottom: 1.875rem;
}

.contact-details h4 {
    margin-top: 6.25rem;
    margin-bottom: 1.25rem;
}

.contact-details p {
    /* Updated to match the new class name */
    margin-left: -5rem;
    font-size: 1rem;
    margin-bottom: 1.25rem;
}



.social-icon {
    width: 2.9375rem;
    height: 2.9375rem;
    cursor: pointer;
}

.footer-links {
    margin-top: 19.375rem;
    font-family: 'geist', sans-serif;
    width: 50%;
    display: flex;
    flex-direction: column;
}


.link-row1,
.link-row2 {
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    /* Aligns items to the left */
    gap: 5rem;
    /* Adjust the gap between links */
    margin-bottom: 3.125rem;
}

/* Styling for links in link-row1 */
.link-row1 a {
    text-decoration: none;
    color: #616161;
    font-size: 1rem;
}

/* Separate styles for each link in link-row1 */
.link-row1 .home {
    color: #616161;
    text-decoration: none;
}

.link-row1 .services {
    color: #616161;
    text-decoration: none;
}

.link-row1 .benefits {
    color: #616161;
    text-decoration: none;
}

.link-row1 .faq {
    color: #616161;
    text-decoration: none;
}

/* Separate styles for each link in link-row2 */
.link-row2 .about-us {
    color: #616161;
    text-decoration: none;
}

.link-row2 .features {
    color: #616161;
    text-decoration: none;
    margin-left: -1.4375rem;
}

.link-row2 .how-it-works {
    color: #616161;
    margin-left: -0.125rem;
    text-decoration: none;
}

.link-row2 .contact-us {
    color: #616161;
    margin-left: -2.1875rem;
    text-decoration: none;
}

/* Footer bottom styles */
.footer-bottom {
    text-align: center;
    margin-top: 1.875rem;
}

.footer-bottom p {
    font-size: 0.875rem;
    color: #555;

    margin-top: 9.563rem;
}




/* Mobile View (Small Screens) */
@media (max-width: 768px) {
    footer {
        padding: 1.25rem 0;
        background-color: white;
        min-height: 121vh;
        /* Ensure footer covers full screen height */
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .contact-details {
        width: 100%;
        margin-left: 0;
    }

    .footer-logo {
        width: 5rem;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 2rem;
    }

    .contact-details h3,
    .contact-details h4 {
        font-size: 1.125rem;
        margin-left: 0;
        margin-top: 3rem;
    }

    .contact-details p {
        font-size: 0.875rem;
        margin-left: 0;
    }

    .social-icons {
        justify-content: center;
        gap: 1rem;
        margin-left: 0;
        margin-bottom: 1.25rem;
    }

    .social-icon {
        width: 2.5rem;
        height: 2.5rem;
    }

    .footer-links {

        margin-top: 5rem;
        margin-bottom: 4rem;
    }

    .link-row1,
    .link-row2 {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        margin-top: -2rem;
    }

    .features {
        margin-right: -1.4rem;
    }

    .how-it-works {
        margin-right: -0.4rem;
    }

    .contact-us {
        margin-right: -2.4rem;
    }

    .footer-bottom {
        font-size: 0.75rem;
        margin-top: 2rem;
    }

    .footer-bottom p {
        font-size: 0.875rem;
        color: #555;
        margin-top: 3rem;
        margin-bottom: -6rem;
        margin-top: 0.7rem;
    }
}

/* Tablet View (Medium Screens) */
@media (max-width: 1024px) {
    footer {
        background-color: white;
        min-height: 98vh;
        /* Ensure footer covers full screen height */
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .contact-details {
        width: 100%;
        margin-left: 0;
    }

    .footer-logo {
        width: 6rem;
        margin-left: 0;
    }

    .contact-details h3,
    .contact-details h4 {
        font-size: 1.25rem;
    }

    .contact-details p {
        font-size: 1rem;
    }

    .social-icons {
        justify-content: center;
        gap: 1.25rem;
    }

    .footer-links {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .link-row1,
    .link-row2 {
        flex-direction: column;
        align-items: center;
        gap: 1.25rem;
        z-index: 1;
    }

    .footer-bottom {
        margin-top: -1rem;
        font-size: 0.875rem;
    }
}

.f-bg-content {
    position: absolute;
    font-size: 209px;
    /* left: 40%; */
    font-weight: 900;
    color: #ebebeb;
    /* top: 20%; */
    /* bottom: 100px; */
    /* bottom: 0; */
    right: 0;
}

/* Desktop View (Large Screens) */
@media (min-width: 1025px) {
    footer {
        background-color: white;
        /* min-height: 100vh; */
        /* Ensure footer covers full screen height */
    }

    .footer-content {
        position: relative;
        /* display: flex; */
        justify-content: space-between;
        max-width: 75rem;
        margin: 0 auto;
        align-items: center;
        text-align: left;
    }

    .contact-details {
        width: 40%;
    }

    .footer-logo {
        width: 7rem;
        margin-left: -5rem;
        margin-top: 6.25rem;
        margin-bottom: 3.75rem;
    }

    .footer-links {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .link-row1,
    .link-row2 {
        display: flex;
        justify-content: flex-start;
        gap: 5rem;
    }




    .footer-bottom {
        text-align: center;
        margin-top: 1.875rem;
        font-size: 0.875rem;
    }


}


@media only screen and (max-width: 900px) {

    .f-bg-content {
        display: none;
    }

}


.add-property-icon {
    width: 20px;
}


@media (min-width: 768px) {
    .add-property-btn {
        padding-inline: 30px;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: medium;
        border: 2px #a8bfa0 solid;
        background-color: white;
        border-radius: 20px;
        font-weight: bold;
        color: rgba(0, 0, 0, 0.849);
        display: flex;
        gap: 10px;
        align-items: center;
        /* margin-inline: auto; */
        margin-left: 3rem;
        box-shadow: 4px 6px 12px #0000002e;
        cursor: pointer;
        text-decoration: none;


    }
  
}


.pulse {
    animation: pulse 1s infinite ease-in-out alternate;
}

@keyframes pulse {
    from {
        transform: scale(0.9);
    }

    to {
        transform: scale(1);
    }
}


.add-property-btn-link {
    text-decoration: none;
}

.add-property-btn:hover {
    background: rgb(245, 253, 245);
    border: none;
}


.faq-outer {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 100px;
}



@media (max-width:1076px) {
    .faq-outer {
        flex-direction: column;
        align-items: center;
    }

    .faq-heading {
        text-align: center;
        margin-top: 100px;
    }
}








.blog-content {
    max-width: 800px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

.blog-heading {
    font-size: 2rem;
    color: #333;
}

.blog-date {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    color: #666;
}

.calendar-icon {
    width: 16px;
    height: 16px;
    color: #888;
    /* Icon color */
}

.date {
    color: #888;
}

.blog-paragraph {
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
    margin-top: 16px;
}


.wtsp-btn {
    padding: 8px;
    cursor: pointer;
    background-color: #ffffff;
    color: rgb(33, 33, 33);
    border: none;
    border-radius: 10px;
    border: 2px solid #8bc83f;
    display: flex;
    gap: 3px;
    align-items: center;
    justify-content: center;
}

.cr-loc {
    display: flex;
    gap: 7px;
    justify-content: center;
    margin-top: -1rem;
    padding-left: 3%;
    padding-right: 3%;
}

.cr-loc span {
    margin-top: 3px;
}

.share-btn {
    background-color: #8BC83F;
    border: none;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 2rem;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 10px;
    font-weight: bold;
    border-radius: 5px;
    z-index: 1 !important;
}




#detailsPopup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    /* Dimmed background */
    display: none;
    justify-content: flex-start;
    align-items: flex-start;
    overflow-y: auto;
    /* Enable vertical scrolling if content is too long */
    z-index: 1000;
}

.popup-content {
    background-color: white;
    padding: 30px;
    width: 100%;
    height: 100%;
    /* Full screen height */
    text-align: left;
    overflow-y: auto;
    /* Scrollable content */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#popup-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

#popup-location {
    font-size: 18px;
    color: #555;
}

.additional-images-container {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}

.additional-images-container img {
    width: 25%;
    height: 25%;
    object-fit: contain;
    border-radius: 8px;
}




h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.sale-banner {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: red;
    color: white;
    font-size: 14px;
    padding: 5px 10px;
    font-weight: bold;
    border-radius: 5px;
 
    /* Ensure the banner appears on top */
}

.card {
    position: relative;
    /* Make sure the absolute positioning of the banner works */
}

#detailsPopup {
    font-family: 'geist', sans-serif;
}

/* Mobile responsiveness */
@media (max-width: 600px) {
    .popup-content {
        padding: 20px;
        width: 100%;
        height: auto;
    }
    .social-icons {
        /* margin-top: 103rem; */
        margin-left: 17rem !important;
    }
    p {
        font-size: 1rem;
    }

    #popup-title {
        font-size: 1.5em;
    }

    #popup-location {
        font-size: 16px;
    }

    #popup-image {
        max-height: 40vh;
        /* Adjust image size for smaller screens */
    }

    .additional-images-container {
        gap: 10px;
        padding: 10px;
        display: block;
        /* Stack images vertically */
    }

    .additional-images-container img {
        width: 100%;
        /* Ensure each image takes full width */
        height: auto;
        /* Maintain aspect ratio */
        margin-bottom: 10px;
        /* Space between images */
    }

    button {
        
        max-width: 300px;
        margin: 10px 0;
    }
    .description {
        width: 100% !important;
        padding-top: 3rem;
        font-family: "geist", sans-serif;
        /* margin-left: -4.5rem; */
        padding-bottom: 3rem;
        text-align: center;
        
        
    }
    .description p{
        width: 90%;
    }
    
   .contact-row1{
    right: 53px !important;
   }
}















/* Set the default color for 'General questions' */
#general {
    color: #8bc83f;
}

/* This is for other h1 elements */
.word-item h1 {
    color: black;
    /* Default color for other h1 */
    transition: color 0.3s ease;
}

/* When an h1 has the 'active' class, apply the new color */
.word-item h1.active {
    color: #8bc83f;
    background: transparent;
}



.property-filters {
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.filter-btn {
    padding: 10px 20px;
    color: #8bc83f;
    border: 2px solid #8bc83f;
    background-color: transparent;
    cursor: pointer;
    margin: 0 10px;
    border-radius: 5px;
    font-size: 14px;
    width: 150px;
    transition: background-color 0.2s, color 0.2s;
}

/* Active button styling */
.filter-btn.clicked {
    color: #fff;
    background-color: #8bc83f;
}


/* Active state - Ensure it stays even when hovered */

/* For mobile devices */
@media (max-width: 767px) {
    .property-filters {
        flex-wrap: nowrap;
        /* Prevent wrapping of buttons */
        /* Align buttons to the left */
    }

    .filter-btn {
        width: auto;
        /* Make button width fit content */
        margin: 5px;
        /* Provide gap between buttons */
        font-size: 12px;
        /* Decrease font size */
        padding: 8px 16px;
        /* Decrease padding */
    }
}



.agent-register-section {
    /* text-align: center; */
    padding: 20px;
    background-color: #f7fafc;

    border-radius: 10px;
    margin-top: 2rem;

}


.agent-register-section p {
    font-size: 1.125rem;
    color: #4a5568;
    margin-bottom: 30px;
}

.register-btn {
    display: inline-block;
    background-color: #8bc83f;
    color: white;
    font-size: 1rem;
    padding: 12px 30px;
    text-decoration: none;
    /* Remove default underline */
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease;
    position: relative;
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: center;
}

/* Add right and bottom border outside */
.register-btn::after,
.register-btn::before {
    content: '';
    position: absolute;
    background-color: #8bc83f;
    transition: all 0.3s ease;
}

.register-btn::after {
    bottom: -5px;
    left: 0;
    right: 0;
    height: 3px;
    /* Bottom border */
}

.register-btn::before {
    top: 0;
    right: -5px;
    bottom: 0;
    width: 3px;
    /* Right border */
}

/* Only the button moves up on hover */
.register-btn:hover {
    transform: translateY(-5px);
}

.agent-register-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
    gap: 50px;
    /* Increased space between text and image */
    padding: 0 5%;
}

.text-section2 {
    max-width: 60%;
    /* Increased width */
}

.text-section2 h1 {
    font-size: 2.5rem;
    text-transform: uppercase;
}

.text-section2 span {
    color: #8bc83f;
}

.image-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 40%;
    /* Adjusted width */
    align-items: center;
}

.image-1,
.image-2 {
    width: 100%;
    max-width: 800px;
    /* Increased size */
    border-radius: 10px;
}

.add-property-btn {
    justify-content: center;
    width: fit-content;
    margin-inline: auto;
    padding: 15px 30px;
    font-size: medium;
    border: 2px #a8bfa0 solid;
    background-color: white;
    border-radius: 20px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.849);
    display: flex;
    gap: 10px;
    align-items: center;
    box-shadow: 4px 6px 12px #0000002e;
    cursor: pointer;
    text-decoration: none;
    font-family: "geist", sans-serif;
}

.pulse {
    animation: pulse 1s infinite ease-in-out alternate;
}

@keyframes pulse {
    from {
        transform: scale(0.9);
    }

    to {
        transform: scale(1);
    }
}

.add-property-btn:hover {
    background: rgb(245, 253, 245);
    border: none;
}

@media (max-width: 1076px) {
    .agent-register-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .text-section2 {
        max-width: 90%;
        /* More space for text on smaller screens */
    }

    .image-container {
        max-width: 100%;
    }
}

#agents {
    margin-top: 8rem;
}

/* details page */
.detail_view {
    padding: 4%;
    font-size: 1rem;
    display: flex;

}

.detail_view h4 {
    /* padding-top: rem !important; */
    font-size: 2rem;
}

.detail_view h2 {
    /* padding-top: rem !important; */
    font-size: 2rem;
}

.detail_view img {
    width: 40rem !important;
    height: 26rem;
    position: relative;
    overflow: hidden;
}

.details-list {
    padding-left: 4%;
    width: 100%;
}

.details button {
    float: right;
}

.detail_list {
    display: flex !important;
    gap: 1rem;
    height: 3rem;
    /* line-height: 1rem; */

}

.detail_sec {
    margin-top: -3rem;
}

.dev-row {
    display: flex !important;
}

.detail_list span {

    color: #000000 !important;
}

.detail_list h6 {
    font-size: 1.5rem;
    color: #3b3b3b;
}

.contact-row {
    display: flex;
    margin-top: 5rem;
    gap: 5rem;
    align-items: center;
    z-index: 1000;
}


.break {
    margin-top: 5rem;
}









/**** Social Icons *****/

.social-icons {
    position: absolute;
    margin-top: 1rem;
    left: 0%;
    transform: translate(-50%, -50%);
    z-index: 3;
    display: flex;
    gap: 1.25rem;
    display: flex;

    li {
        list-style: none;

        a {
            position: relative;
            display: block;
            width: 50px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            background: #fff;
            font-size: 23px;
            color: #333;
            font-weight: bold;
            margin: 0 6px;
            transition: 0.4s;
            transform: translateY(200px);
            opacity: 0;
        }
    }
}

.agent-card:hover .social-icons li a {
    transform: translateY(0px);
    opacity: 1;
}

.social-icons li a:hover {
    background: #000;
    transition: 0.2s;

    .fab {
        color: #fff;
    }
}

.social-icons li a .fab {
    transition: 0.8s;

    &:hover {
        transform: rotateY(360deg);
        color: #fff;
    }
}

.card:hover li:nth-child(1) a {
    transition-delay: 0.1s;
}

.card:hover li:nth-child(2) a {
    transition-delay: 0.2s;
}

.card:hover li:nth-child(3) a {
    transition-delay: 0.3s;
}

.card:hover li:nth-child(4) a {
    transition-delay: 0.4s;
}

/**** Personal Details ****/

.details {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 120px;
    z-index: 1;
    padding: 10px;

    h2 {
        margin: 30px 0;
        padding: 0;
        text-align: center;

        .job-title {
            font-size: 1rem;
            line-height: 2.5rem;
            color: #333;
            font-weight: 300;
        }
    }
}



.profile-two .social-icons li a {
    border-radius: 50%;
}

.card:hover .profile-img--two {
    transform: rotateY(180deg);
}

.agent-profile .agent-box {
    width: 15rem !important;
    height: 5rem !important;
}

.agent-box {
    border: solid #8bc83f 2px;
    width: 15.5rem;
    border-radius: 5%;
}

.agent-image img {
    width: 100%;
    border-radius: 5%;
}

.agent_profile {
    margin-top: 4rem;
    width: 20%;
}

.agent_page {
    padding: 6%;
    display: flex !important;
    gap: 2rem;
    width: 100%;

}

.agent-body {
    align-items: center;
    justify-items: center;
    padding: 2%;

}

.agent-body h5 {
    text-align: center;
    font-size: 1rem;
}

.property-cards-agent {
    display: flex;
    flex-wrap: wrap;
    /* Allow cards to wrap onto a new line */
    gap: 20px;
    /* justify-content: space-between;  */
    padding-top: 2rem;

}

.property-cards-agent img {
    height: 10rem;
}

.card-container {

    gap: 1rem;
}

.agentproperties {
    width: 90%;


}
.blog-align{
    padding-left: 5rem;
    padding-right: 5rem;
    justify-items: center;
}
.blog-text{
    margin-bottom: 8rem;
}
.blog-text button{
    background-color: #8BC83F;
    color: white;
    width: 5rem;
    height: 2.5rem;
    padding-bottom: 8%;
    border-radius: 0.5rem;
}
.card-blog {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 10px;
    align-items: center;
    justify-self: anchor-center;
    padding-top: 5rem;
    margin-bottom: 1rem;
}

.blog-card {
    width: 27rem;
    background-color: white;
    padding: 1rem;
    border-radius: 0.5rem;
    height: 30rem !important;
}

.row1 {
    gap: 5.5rem;
    display: flex;
    padding-top: 3rem;


}

.other-img {
    display: flex;
    gap: 1.2rem;
    padding-top: 3%;
    justify-content: center;

}

#mainImage {
    width: 100%;
    animation: rotateImage 1s ease-in-out, fadeIn 1s ease-in-out;
    /* Add both rotation and fade-in animations */
}


.other-img {
    display: flex;

    margin-top: 10px;
}

.other-img img {
    width: 12rem !important;
    height: 6rem;
    margin: 0 5px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.other-img img:hover {
    transform: scale(1.1);
    /* Thumbnail zoom effect on hover */
}

.details-img {
    padding-right: 5rem;
    padding-left: 5rem;
}

.main-image-container {

    overflow: hidden;
    position: relative;
    text-align: center;

}

.main-image-container img {
    width: 100%;
    height: fit-content;
}

.thumbnail {
    width: 5rem;
    height: auto;
    margin: 0 5px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.share-btn1 {
    float: right;
    display: none;
}

.agent-card .card {
    height: 25 rem;
    width: 20rem !important;
    padding-bottom: 1rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;

    padding-top: 2rem;
}

.agent-card img {

    object-fit: contain;
    justify-content: inherit;
    place-self: anchor-center;
}

.agents {
    margin-bottom: 4rem;
    margin-top: 4rem;
    padding-left: 5%;
    padding-right: 5%;
}

.agent-card-body {
    padding-top: 0.5rem;
    text-align: center;
    padding-bottom: 0.5rem;
}

.agents-card-body h5 {
    font-size: 1.5rem;
}

.agents_page h1 {
    margin-top: 7rem !important;
    text-align: center;
}

.form-box {
    justify-items: center !important;
    padding-bottom: 5rem;
    margin-top: -2rem;
}

.form-box h1 {
    font-size: 3rem;
}

.form-box form {
    padding-top: 2rem;
}

.btn-submit {
    background-color: #4CAF50;
    border: solid #8bc83f 2px !important;
    color: #ffffff;
    font-weight: 600;
}

input[type="file"]::file-selector-button {
    background-color: transparent;
    border: solid #8bc83f 2px;
    color: #8bc83f;
    padding: 2px 20px;
    height: 2rem;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
}

.agent-form-img {
    width: 50%;
    margin-top: 5rem;
}

.agent-form-img img {
    width: 22rem;
}

.agent-form-sec {
    display: flex;
}

.agent_view {
    justify-items: center;
    margin-top: -4rem !important;
}

.propertice {
    width: 100%;
    padding-top: 2rem;
    justify-content: center;

}

.propertice .card {
    width: 25rem;
    height: 27rem;
}

.detail-sec-agent {
    padding-left: 4rem;
    padding-right: 4rem;

}

.landing-detail {
    display: flex;
    flex-direction: row-reverse !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    background-color: #9da19d1e;
    border-bottom-right-radius: 4rem;
    border-bottom-left-radius: 4rem;
    padding-bottom: 3.5rem;
    gap: 5rem;
}

.description {
    width: 50%;
    padding-top: 3rem;
    font-family: "geist", sans-serif;
    
}

.description p{
    font-size: 1.125rem;
    font-family: 'geist', sans-serif;
}
.image-div{
    /* background-color: #00b300; */
    height: 95%;
    width: 77%;
}

.agent-plot-image {
    /* padding-top: 4rem; */
    align-content: end;
    width: 50%;
    text-align: end; 
    /* background-color: rgba(255, 0, 0, 0.322); */
    height: 35rem;
}

/* .agent-plot-image img {
    width: 17rem;
    border-radius: 1rem;
    height: 12rem;
    cursor: pointer;
} */

.key1,
.key2,
.key3 {
    width: 15rem;
    background-color: white;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.key1 h5,
.key2 h5,
.key3 h5 {
    font-size: 1.5rem;
    font-family: "geist", sans-serif;
}

.key1 h1,
.key2 h1,
.key3 h1 {
    font-size: 2rem;
    font-family: "geist", sans-serif;
    color: #8BC83F;
    margin-top: 1.9rem;

}

.key-feature {
    display: flex;
    gap: 2rem;
    justify-content: center;
    padding-bottom: 3rem;
    /* grid-template-columns: repeat(3, 1fr) */
    font-family: "geist", sans-serif;
}

.key-icon {
    margin-top: -1rem;
    font-size: 30px;
}

.key-head h2 {
    text-align: center;
    padding-top: 3rem;
    margin-bottom: 5rem !important;
    font-size: 2.5rem;
    font-family: "geist", sans-serif;

}

.common-para {
    font-family: "geist", sans-serif;
    display: flex;
    gap: 5rem;
    padding-bottom: 6rem;
    padding-top: 5rem;
}

.common-para h2 {
    font-size: 2.5rem;
    text-align: center;
}

.common-text {
    width: 50%;
}

.common-para p {
    font-size: 1.4rem;
    text-align: justify;

}

/* The Modal (background) */
.agent-plot-image .modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.777);

}

/* Modal Content (the image) */
.modal-contents {
    margin: auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: contain;
    width: 50% !important;
    border-radius: 1rem;
    height: auto !important;
    cursor: pointer;

    /* Ensures the image fits within the modal without distortion */
}

/* Close button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.contact-row1 {
    display: grid;
    margin-top: 5rem;
    gap: 0.5rem;
    align-items: center;
    right: 20px;
    bottom: 20px;
    position: fixed;
    z-index: 1000;
}







@media screen and (max-width: 800px) {
    .propertice .card {
        width: 22rem !important;
    }
}

.propertice .card p {
    font-size: 15px;
    font-family: "geist", sans-serif;
}

.active {
    background-color: #8BC83F;
    color: white !important;
}

.agent-filter {
    padding-top: 2rem;

}



.propertice .row {
    gap: 1rem;

}

.contact-icons {
    display: flex;
}


.property-images img {
    width: 22rem;
    height: 19rem !important;
}

.property-images .row {
    gap: 0.5rem;
}

.property-images .images {
    width: 22rem;
}

.display-property {
    display: flex;

    justify-content: center;
    gap: 4rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.head-prop {
    display: flex;
    justify-content: center;
    width: 100%;
}

.pagination {
    text-align: center !important;
    margin-top: 2rem;
    margin-bottom: 2rem;
}




/* Responsive Design */
@media (max-width: 1148px) {
    .row-properties {
        padding-inline: 3%;
        /* Adjusts side padding for smaller screens */
    }
}

@media (max-width: 768px) {
    .row-properties {
        flex-direction: column;
        /* Stacks cards vertically */
        align-items: center;
        /* Ensures horizontal centering */
        padding-inline: 5%;
        /* Keeps equal spacing on both sides */
    }

    .row-properties .card {
        width: 90%;
        /* Makes cards fluid */
        max-width: 400px;
        /* Prevents overly large cards */
    }

    
}




@media (max-width: 400px) {
       
        .social-icons {}
        .contact-form{
            margin-left: -6px;
         }
         .why-choose {
            padding-left: 3rem !important; 
            padding-right: 3rem !important;
            padding-bottom: 4rem !important;
        }
        .why-choose p{
            text-align: justify !important;
        }

    .blog-card-detail{
        height: 14rem !important;
      }
    .detail_view {
        display: block;
    }
.click{
    gap: 0.3rem !important;
}
    .share-btn1 {
        display: none;
    }

    .detail_view h2 {
        margin-top: 4rem !important;
    }

    .detail_list {
        display: flex !important;
        font-size: 1rem;
        line-height: 1.4rem;


    }
    .notify_box h5{
        font-family: Arial, sans-serif;
        font-size: 0.9rem !important;
    }
    .detail-sec {
        line-height: 1rem;
    }

    .detail_list h6 {
        font-size: 1rem;
    }

    .detail_list1 {
        display: flex !important;

    }

    .contact-row {
        margin-top: 1rem;
        gap: 4rem;
        justify-content: center;
    }

    .footer-links {

        margin-top: 5rem;
        margin-bottom: 4rem;
    }
    .feature-number {
        text-align: center;
    }
    .feature-box p,.feature-box h3{
        text-align: justify;
    }
    .display-property {
        flex-direction: column;
        /* Stack items vertically */
        align-items: flex-start;
        /* Align items to the left */
        gap: 1.5rem;
        /* Adjust the gap between items */
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        width: 100%;
    }

    .property-images {
        margin-left: -6rem;
        width: 19rem;
    }

    .property-images img {
        width: 100%;
        height: 10rem;
    }

    .social-icons {
        /* margin-top: 103rem; */
        margin-left: 12rem !important;
    }

    .head-prop {
        font-size: 1rem;
    }

    .agent_view {

        margin-top: 1rem !important;
    }

    .share-btn {
        height: 2rem !important;
        width: 2rem;
        margin-top: -0.1rem;
    }

 

    .properties {
        padding-top: 5.5em;
        padding-inline: 1.5rem; 
        text-align: center;
    }

    .actions {
        gap: 3rem !important;
    }

    .notify_box {
        display: flex;
        align-items: center;
        font-size: 17px !important;
        gap: 0.5rem;
        color: white;
    }

    .alert-box {
        background-color: #8BC83F;
        width: 14rem !important;
        align-items: center;
        justify-items: center;
        border-radius: 1rem;
        height: 4rem;
       
    }

    .alert-box-fixed {
        position: fixed;
        z-index: 1000;
        right: 2rem !important;
        bottom: 20px;
        justify-content: center;

    }

    .row-properties .card {
        max-width: 328px
    }

    .property-cards-agent {
        margin-left: -8rem !important;
    }

    .popup-form input {
        width: 13.5rem !important;
    }

    .popup-form textarea {
        width: 13.5rem !important;
    }

    .popup-form button {
        width: 13.5rem !important;

    }

    .message-box-content {
        width: 11rem !important;
        font-size: 13px;
    }

    .contact-form button {
        width: 80% !important;
    }

    .agents-card-body {
        display: block !important;
    }

    .row2 {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .card-text h5,
    h6 {
        text-align: center !important;
    }


    .nav-tabs {
        text-align: center;
        margin-top: 9rem;
        line-height: 3rem !important;
        /* color: black !important; */
        font-size: 20px;
    }
    .nav-tabs a{
        color: black;
        font-family: 'geist', sans-serif;
        right: 1rem;

    }

    /* .image-section-mobile{
        margin-right: -36px !important;
    } */
    .explore-btn {
        margin-left: 5rem;
    }
    .modal-contents {
        margin: auto;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 15rem;
        bottom: 0;
        object-fit: contain;
        width: 70% !important;
        border-radius: 1rem;
        height: auto !important;
        cursor: pointer;
    
        /* Ensures the image fits within the modal without distortion */
    }
    .contact-row1 {
        right: 23px;
    }
    
.description {
    width: 100% !important;
    padding-top: 3rem;
    font-family: "geist", sans-serif;
    
    margin-top: -14rem !important;  
    text-align: center;  
}

.description p{
    font-size: 1.125rem;
    padding-bottom: 1rem;
}
.image-div{
    /* background-color: #00b300; */
    height: 95%;
    width: 77%;
}

.agent-plot-image {
   
    /* align-content: end; */
    width: 100% !important;
    justify-items: center;
    /* background-color: rgba(255, 0, 0, 0.322); */
   
}
.scroll-img {
    height: 70%;
}

.key1,
    .key2,
    .key3 {
        width: 23rem !important;
    }


.landing-detail{
    padding: 0;
}
.scroll-img2 {
    margin-top: -1.3rem !important;
}

.btn-det{
    margin-top: 0rem !important;
}
.scroll-img img{
    height: 58%;
}
.scroll-img2 img{
    height: 7rem !important;
    margin-top: 1rem !important;
}

.agents-card-img img {
    border-radius: 50%;
    width: 9rem;
    height: 9rem;
    justify-self: anchor-center;
}



.agent-text-section {
    width: 21rem !important;
    margin-left: -1rem;
    background: none !important;
}
.text-section h1{
    font-size: 50px !important;
}





.why-choose h3 {
    padding-top: 2rem;
    font-size: 1.5rem !important;

}

.box-sect {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr) !important;
}

.agent-boxs {
    width: 18rem !important;
}

.landing-detail {
    display: flex !important;
    flex-direction: column !important;
    height: auto;

}

.detail-sec-agent {
    padding: 0;
}

.description h2 {
    font-size: 18px;
}

.agent-plot-image img {
    margin-top: 1rem;
}

.agent-plot-image {
   
    text-align: center;
}

.key-feature {
    display: block;
    gap: 1rem;
    place-items: center;
}


.common-para {
    display: block;
    width: 100%;
    margin-top: -3rem;
}

.common-text {
    width: 100%;
}

.common-para h2 {
    font-size: 1.5rem;
    text-align: center;
}

.common-para p {
    font-size: 1rem;
    text-align: left;
    padding-right: 1rem;
}

.hand-burgger{
    margin-right: 3rem;
}
.det-img {
    width: 100%;
    height: 22%;
    overflow: auto;
    margin-top: -8rem;
}
/* .popup-blog{
    margin-top:32rem;
} */
.blog-modal{
    margin-top: 2rem;
}
.blog-modal p{
    font-size: 1.125rem;
    font-family: 'geist', sans-serif;
   
}

.static-blog {
    margin-left: -4.5rem !important;
    background: none;
    width: 21rem!important;
    background: white;
    height: 43% !important;
    padding: 9%;
    border-radius: 0.5rem;
    filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.2));
    
}
.static-blog img{
    height: auto;
}
.shadow-lg{
    box-shadow: none !important;
}
.card-blog {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr) !important;
}
.blog-card{
    width: 22rem;
}
/* .nav-tabs{
    text-align: center;
    display: none;
} */


.common-para p {
    font-family: "geist", sans-serif;
    font-size: 1.125rem;

}

ul {
    list-style-type: none !important;
}

.modal-box{
    width: 246px !important;
    height: 22rem;
}

}
.property-filters {
    gap: 0rem !important;
}




@media (max-width: 600px) {
    .detail_view {
        display: block;
    }
    
    .blog-card-detail{
        height: 14rem !important;
      }

    .share-btn1 {
        display: none;
    }

    .detail_view h2 {
        margin-top: 4rem !important;
    }

    .detail_list {
        display: flex !important;
        font-size: 1rem;
        line-height: 1.4rem;


    }
    /* .image-section-mobile{
        margin-right: -36px !important;
    } */
    .alert-box {
        background-color: #8BC83F;
        width: 14rem !important;
        align-items: center;
        justify-items: center;
        border-radius: 1rem;
        height: 4rem;
       
    }
    .notify_box h5{
        font-family: Arial, sans-serif;
        font-size: 0.9rem !important;
    }
    /* .social-icons {
      
        margin-left: 18rem !important;
    } */

    .detail-sec {
        line-height: 1rem;
    }

    .detail_list h6 {
        font-size: 1rem;
    }

    .detail_list1 {
        display: flex !important;

    }

    .contact-row {
        margin-top: 1rem;
        gap: 4rem;
        justify-content: center;
    }

    .row-properties {
        column-count: 1 !important;
        gap: 0.5rem !important;

    }

    .agents-card-body {
        display: block !important;
    }

    .card-text h5,
    h6 {
        text-align: center !important;
    }

    .row2 {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .agents-card-img img {
        border-radius: 50%;
        width: 9rem;
        height: 9rem;
        justify-self: anchor-center;
    }

    .property-cards-agent {
        margin-left: -5rem;
    }

    .notify_box {
        display: flex;
        align-items: center;
        font-size: 17px !important;
        gap: 0.3rem !important; 
        color: white;
    }

    .alert-box {
        background-color: #8BC83F;
      
        align-items: center;
        justify-items: center;
        border-radius: 1rem;
    }

    .alert-box-fixed {
        position: fixed;
        z-index: 1000;
        right: 2rem !important;
        bottom: 20px;
        justify-content: center;

    }

    .row-properties .card {
        max-width: 328px
    }

    .property-cards-agent {
        margin-left: -1rem !important;
    }

    .popup-form input {
        width: 13.5rem !important;
    }

    .popup-form textarea {
        width: 13.5rem !important;
    }

    .popup-form button {
        width: 13.5rem !important;

    }

    .message-box-content {
        width: 11rem !important;
        font-size: 13px;
    }

    .contact-form button {
        width: 80% !important;
    }



 

    .agent-text-section {
        width: 21rem !important;
        margin-left: -1rem;
        background: none !important;
    }

    /* .agent-land-text {
        width: 19rem;
        margin-left: -2rem !important;
        text-align: justify;
    } */

    /* .agent-image-section img {
        width: 26rem !important;
        margin-left: -2rem;
    } */

    /* .agent-land-text p {
        width: 26rem !important;
        margin-left: -1rem !important;
        text-align: justify;
        padding-left: 1rem;
        padding-right: 2rem;

    } */

    .why-choose h3 {
        padding-top: 2rem;
        font-size: 1.5rem !important;

    }

   

    .box-sect {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .agent-boxs {
        width: 18rem !important;
    }

    .landing-detail {
        display: flex !important
;
        flex-direction: column !important;
        height: auto;
    }
    .detail-sec-agent {
        padding: 0;
    }

    .description h2 {
        font-size: 18px;
    }

    .agent-plot-image {
        /* padding-top: 4rem; */
        align-content: end;
        width: 100% !important;
        justify-items: center;
        /* background-color: rgba(255, 0, 0, 0.322); */
        height: 35rem;
    }
    .scroll img{
        width: 100%;
    }
    .landing-detail{
        padding: 0;
    }
    .scroll-img2 {
        margin-top: 2rem;
    }
    .scroll-img2 img{
        margin-top: 2rem;
    }
    .btn-det{
        margin-top: 2rem;
    }
.description {
    width: 50%;
    padding-top: 3rem;
    font-family: "geist", sans-serif;
   
    padding-bottom: 3rem;
}

    .common-para {
        display: block;
        width: 100%;
        margin-top: -3rem;
    }

    .common-text {
        width: 100%;
    }

    .common-para h2 {
        font-size: 1.5rem;
        text-align: center;
    }

    .common-para p {
        font-size: 1rem;
        text-align: left;
        padding-right: 1rem;
    }
    .nav-tabs {
        text-align: center;
        margin-top: 9rem;
        line-height: 3rem;
        /* color: black !important; */
        font-size: 20px;
    }
    .nav-tabs a{
        color: black;
        font-family: 'geist', sans-serif;

    }
    .hand-burgger {
        margin-right: 1.8rem;
    }



    .blog-modal{
        margin-top: 2rem;
    }
    .blog-modal p{
        font-size: 1.125rem;
        font-family: 'geist', sans-serif;
       
    }
    .static-blog {
        margin-left: -4.5rem !important;
        background: none;
        width: 21rem!important;
        background: white;
       
        padding: 9%;
        border-radius: 0.5rem;
        filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.2));
    }
    .static-blog img{
        height: auto;
    }
    .shadow-lg{
        box-shadow: none !important;
    }
    .card-blog {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .blog-card{
        width: 22rem;
    }
    .modal-box{
        width: 246px !important;
        height: 22rem;
    }

 
  

}
.why-choose p {
    font-family: 'geist', sans-serif;
}

@media (max-width: 900px) {
    .detail_view {
        display: block;
    }
    /* .feature-number {
        text-align: center;
    }
    .feature-box p,.feature-box h3{
        text-align: justify;
    } */
    
    .blog-card-detail{
        height: 17rem !important;
      }
    ul {
        list-style-type: none !important;
        padding: 0; 
        margin: 0; 
    }
 /* .image-section-mobile-outer{
    left: 1;
 } */
    
    .share-btn1 {
        display: none;
    }

    .social-icons {
        /* margin-top: 103rem; */
        margin-left: 23rem;
    }

    .property-cards-agent {
        margin-left: -5rem;
    }


    .detail_view h2 {
        margin-top: 4rem !important;
    }

    .detail_list {
        display: flex !important;
        font-size: 1rem;
        line-height: 1.4rem;


    }

    .detail-sec {
        line-height: 1rem;
    }

    .detail_list h6 {
        font-size: 1rem;
    }

    .detail_list1 {
        display: flex !important;

    }
    .hand-burgger {
        margin-right: 1.8rem;
    }

    .contact-row {
        margin-top: 1rem;
        gap: 4rem;
        justify-content: center;
    }

    .agent-card {
        margin-top: 6rem;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        flex-wrap: wrap;
    }

    .agents-card-body {
        display: block !important;
    }

    .card-text h5,
    h6 {
        text-align: center !important;
    }

    .row2 {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .agents-card-img img {
        border-radius: 50%;
        width: 9rem;
        height: 9rem;
        justify-self: anchor-center;
    }

    /* .landing-agents {
        display: block !important;
       

    } */

    .agent-text-section {
        width: 21rem !important;
        margin-left: -1rem;
        background: none !important;
        margin-top: -6rem;
    }
    
    /* .agent-land-text {
        width: 19rem;
        margin-left: -2rem !important;
        text-align: justify;
    } */

    /* .agent-image-section img {
        width: 38rem !important;
        margin-left: -2rem;
        margin-top: 3rem;
    } */

    /* .agent-land-text {
        width: 36rem;
        margin-left: -2rem !important;
        text-align: justify;
        justify-items: center;
    } */

    .why-choose h3 {
        padding-top: 2rem;
        font-size: 1.5rem !important;

    }

   

    .box-sect {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .agent-boxs {
        width: 18rem !important;
    }



    .agent-text-section {
        width: 21rem !important;
        margin-left: -1rem;
        background: none !important;
    }

    /* .agent-land-text {
        width: 19rem;
        margin-left: -2rem !important;
        text-align: justify;
    } */


    /* .agent-land-text p {
        width: 26rem !important;
        margin-left: -1rem !important;
        text-align: justify;
        padding-left: 1rem;
        padding-right: 2rem;

    } */

    .why-choose h3 {
        padding-top: 2rem;
        font-size: 1.5rem !important;

    }

  

    .box-sect {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .agent-boxs {
        width: 18rem !important;
    }

    .landing-detail {
        display: flex !important;
        flex-direction: column !important;
    }

    .detail-sec-agent {
        padding: 0;
    }

    .description h2 {
        font-size: 18px;
    }

    .blog-modal{
        margin-top: 2rem;
        
       
    }
    .blog-modal p{
        font-size: 1.125rem;
        font-family: 'geist', sans-serif;
        padding-left: 2%;
        padding-right: 2%;
       
    }
    .static-blog {
        margin-left: -4.5rem !important;
        background: none;
        width: 48rem;
        background: white;
       
        padding: 9%;
        border-radius: 0.5rem;
        filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.2));
        margin-left: 2rem;
       
    }
    .static-blog img{
        height: auto;
    }
    /* .static-blog img{
        height: 0%;
    } */
    .shadow-lg{
        box-shadow: none !important;
    }
    .card-blog {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .blog-card{
        width: 20rem;
        height: 33rem !important;
    }


    


    /* .agent-plot-image img {
        margin-top: 1rem;
    }

    .agent-plot-image {
        padding-top: 4rem;
        text-align: center;
    } */


    .agent-plot-image {
        /* padding-top: 4rem; */
        align-content: end;
        width: 100% !important;
        justify-items: center;
        /* background-color: rgba(255, 0, 0, 0.322); */
        height: 35rem;
    }
    .scroll img{
        width: 100%;
    }
    .landing-detail{
        padding: 0;
    }
    .scroll-img2 {
        margin-top: 2rem;
        height: fit-content;
    }
    .scroll-img2 img{
        margin-top: -1rem;
        height: 5rem;
    }
    .btn-det{
        margin-top: -2rem;
    }
.description {
    width: 100%;
    margin-top: -6rem;
    font-family: "geist", sans-serif;
    padding-bottom: 3rem;
   
}
.contact-details h4 {
    margin-top: 2.25rem;
    margin-bottom: 1.25rem;
}
.social-icons {
    /* margin-top: 103rem; */
    margin-left: 25rem;
}
.footer-links {
    margin-top: 4.375rem;
    font-family: 'geist', sans-serif;
    width: 50%;
    display: flex;
    flex-direction: column;
}
.footer-bottom p {
    font-size: 0.875rem;
    color: #555;
    /* margin-top: 9.563rem; */
}
    .key-feature {
        display: block;
        gap: 1rem;
        place-items: center;
    }

    .key2,
    .key3,
    .key4 {
        margin-top: 1rem;
    }

    .common-para {
        display: block;
        width: 100%;
        margin-top: -3rem;
    }

    .common-text {
        width: 100%;
    }

    .common-para h2 {
        font-size: 1.5rem;
        text-align: center;
    }

    .common-para p {
        font-size: 1.2rem;
       
        padding-right: 1rem;
    }

    .key1,
    .key2,
    .key3 {
        width: 22rem;
    }

    .modal-contents {
        margin: auto;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 15rem;
        bottom: 0;
        object-fit: contain;
        width: 70% !important;
        border-radius: 1rem;
        height: auto !important;
        cursor: pointer;
       
        /* Ensures the image fits within the modal without distortion */
    }
    
    .nav-tabs {
        text-align: center;
        margin-top: 9rem;
        line-height: 3rem;
        /* color: black !important; */
        font-size: 20px;
    }
    .nav-tabs a{
        color: black;
        font-family: 'geist', sans-serif;

    }
  
    .login-page{
        gap: 2rem !important;
    }
    
    .login-img {
        width: 48% !important;
    }
  

}


@media(max-width: 480px){
    .social-icons {
        /* margin-top: 103rem; */
        margin-left: 12.5rem !important;
    }
   
    
}

.row-properties {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.4rem;

    margin-bottom: 2rem;
    font-family: 'geist', sans-serif;
}

.agent-filter {
    display: flex;
    gap: 1rem;
}

.agent-filter a {
    text-decoration: none;
    display: inline-block;
}

.agent-filter a button {
    width: 6rem;
    height: 3rem;
    background-color: transparent;
    border: solid #8bc83f 2px;
    border-radius: 5px;
    color: black;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-family: "geist", sans-serif;
}

/* Apply active color to the <a> instead of button */
.agent-filter a.active button {
    background-color: #8bc83f !important;
    color: white !important;
}

/* Fix hover issue */
.agent-filter a:not(.active) button:hover {
    background-color: transparent;
    color: #45a049;
}

@media screen and (max-width: 768px) {
    .agent-filter {
        flex-wrap: wrap;
        /* Wrap items to the next line */
        justify-content: center;
        gap: 0.5rem;
    }

    .agent-filter a button {
        width: 5rem;
        /* Ensure fixed width */
        height: 2.5rem;
        font-size: 0.9rem;
        padding: 0.5rem 0;
        /* Prevent extra padding */
    }

    /* Prevent the active button from changing size */
    .agent-filter a.active button {
        width: 5rem !important;
        height: 2.5rem !important;
        font-size: 0.9rem !important;
        padding: 0.5rem 0 !important;
    }

    .nav-tabs {
        text-align: center;
        margin-top: 9rem;
        line-height: 2.5rem;
        /* color: black !important; */
        font-size: 20px;
    }
    .nav-tabs a{
        color: black;
        font-family: 'geist', sans-serif;

    }

    .social-icons {
        /* margin-top: 103rem; */
        margin-left: 22rem;
    }
    .footer-links {
        margin-top: 6.375rem;
        font-family: 'geist', sans-serif;
        width: 50%;
        display: flex;
        flex-direction: column;
    }
   
}

@media screen and (max-width: 480px) {
    .agent-filter {
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }

    .agent-filter a button {
        width: 100%;
        /* Full width but limit max width */
        max-width: 10rem;
        height: 2.5rem;
    }

    /* Prevent active button enlargement */
    .agent-filter a.active button {
        max-width: 10rem !important;
        height: 2.5rem !important;
        font-size: 0.9rem !important;
        padding: 0.5rem 0 !important;
    }
}

@media screen and (max-width: 500px) {
    .agent-filter {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        /* Ensures it doesn't shrink too much */
        max-width: 90%;
        /* Adjusts for smaller screens */
        margin: 0 auto;
        /* Centers it */
    }

    .agent-filter a button {
        width: 6rem;
        /* Keep a consistent size */
        height: 2.5rem;
        font-size: 0.9rem;
        padding: 0.5rem 0;
    }

    /* Prevent active button enlargement */
    .agent-filter a.active button {
        width: 6rem !important;
        height: 2.5rem !important;
        font-size: 0.9rem !important;
        padding: 0.5rem 0 !important;
    }
}

@media (min-width: 750px) {
    .hand-burgger {
       display: none;
    }
}


@media (max-width: 1148px) {
    .agents-heading {
        font-size: 2rem;

    }
}




article {
    /* limit the width of the article container */
    width: 350px;
    /* display the contents in a column */
    display: flex;
    flex-direction: column;
    align-items: center;
    background: hsl(0, 0%, 100%);
    line-height: 2;
    border-radius: 10px;
    margin: 0.5rem;
    /* transition for the transform property, updated in the script */
    transition: transform 0.2s ease-out;
    box-shadow: 0 0 5px -2px hsla(0, 0%, 0%, 0.1);
    height: 18rem;
}

article figure {
    /* limit the width and height of the figure to show the image in a circle */
    width: 120px;
    height: 120px;
    border-radius: 50%;
    /* specify negative margin matching half the height of the element */
    margin-top: -60px;
    /* position relative for the pseudo element */
    position: relative;

}

article figure:before {
    /* add a border around the figure matching the color of the background, faking the clip */
    content: "";
    border-radius: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    border: 1rem solid hsl(250, 85%, 97%);
    box-shadow: 0 1px hsla(0, 0%, 0%, 0.1);
}

article figure img {
    /* stretch the image to cover the size of the wrapping container */
    border-radius: inherit;
    width: 100%;
    height: 100%;
    /* object fit to maintain the aspect ratio and fit the width/height */
    object-fit: cover;
}

article div {
    /* center the text in the div container */
    text-align: center;
    margin: 2rem;
}

article div p {
    color: hsl(250, 5%, 45%);
    font-weight: 400;
    font-style: italic;
    margin: -1rem 0 3rem;
    font-family: "Noticia Text", serif;
    /* position relative for the pseudo element */
    position: relative;
    z-index: 5;
}

article div p:before {
    /* with SVG elements include two icons for the quote */
    content: "";
    /* position: absolute; */
    /* top: 50%;
    left: 50%; */
    width: 100%;
    /* height: 100%; */
    transform: translate(-50%, -50%);
    z-index: -5;
    opacity: 0.05;
    /* position the icons at either end of the paragraph, rotate the second to have a mirrorer image */

    background-position: 20% 20%, 80% 80%;
    background-repeat: no-repeat;
}

article div h1 {
    /* considerably reduce the size of the heading */

    text-transform: uppercase;
    letter-spacing: 0.05rem;
    z-index: 6;
}

article h2 {
    margin-top: 0rem;
    color: hsl(260, 5%, 55%);
    font-family: "Lato", sans-serif;
    font-size: 1.5rem;
}

.notify_box {
    display: flex;
    align-items: center;
    font-size: 23px;
    gap: 1rem;
    color: white;
}
.notify_box h5{
    font-family: Arial, sans-serif;
    font-size: 1.125rem;
}

.alert-box {
    background-color: #8BC83F;
    width: 18rem;
    align-items: center;
    justify-items: center;
    border-radius: 2rem;
}

.alert-box-fixed {
    position: fixed;
    z-index: 1;
    right: 20px;
    bottom: 20px;
    justify-content: center;
   

}


.alert-box.expanded .hidden-content {
    display: block;
    /* Show when expanded */
}


.hidden-content {
    display: none;
    margin-top: 10px;
    padding-left: 0.5rem;
}

/* Optional: Add styles for when the form is visible */
.form-container {
    display: block;
    transform-origin: bottom;
    transform: scaleY(0);
    transition: transform 500ms ease-in-out;
    /* Add transition for transform */
    position: absolute;
    bottom: 0;
    background-color: white;
    border-radius: 2%;
}


.hidden-content {
    display: block;
    transform-origin: bottom;
    transform: scaleY(1);
    transition: transform 500ms ease-in-out;
    /* position: absolute; */
    bottom: 0;
    padding-left: 1rem;
    overflow-x: hidden;
    overflow-y: scroll;
    /* Hide horizontal scrollbar */


}

.message-box {

    position: relative;
    /* background-color: red; */
  
    transform-origin: bottom;
    border: solid #0000002b 1px;
    background-color: white;
    border-radius: 0.5rem;
    transform: scaleY(1);
    transition: transform 500ms ease-in-out;
    /* Add transition for transform */
    flex-direction: column;
    justify-content: flex-start;
    display: flex;


}

.popup-form input {
    width: 15.5rem;
    height: 2rem;
    border: solid #8BC83F 2px;
    border-radius: 0.5rem;
}

.popup-form ::placeholder {
    text-align: center;
}

.popup-form textarea {
    width: 15.5rem;
    border: solid #8BC83F 2px;
    border-radius: 0.5rem;
    height: 5rem;
}

.popup-form #editable {
    width: 14.1rem;
    border: solid #8BC83F 2px;
    border-radius: 0.5rem;
    height: 5rem;
}

.popup-form button {
    width: 15.5rem;
    background-color: #8BC83F;
    color: white;
    height: 2rem;
    border: none;
    border-radius: 0.5rem;
}

.popup-form {
    padding-left: 1rem;
    padding-right: 1rem;
    align-items: center;
    padding-top: 1rem !important;

}

.message-box-content {
    width: 14rem;
    border: solid black 2px;
    background-color: #fff !important;
    padding: 5%;
   color: #000;
    margin-bottom: 0.3rem;
    border-radius: 1rem;
    overflow-y: hidden;

}

.dot {
    position: absolute;
    top: -6px;
    right: -5px;
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
    border: 2px solid white;
    /* optional to make it stand out more */
    animation: pulse 1s infinite;
}

.fa-bell {
    position: relative;
    animation: pulse .7s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1.5);
        opacity: 1;
    }

    50% {
        transform: scale(2.5);
        opacity: 0.7;
    }

    100% {
        transform: scale(1.5);
        opacity: 1;
    }
}

/* #suggestions {
    border: 1px solid #ccc;
    margin-top: 5px;
    padding: 5px;
    background-color: #f9f9f9;
    max-width: 300px;
    display: none;
}
#suggestions div {
    padding: 5px;
    cursor: pointer;
}
#suggestions div:hover {
    background-color: #ddd;
} */



#editable {
    height: 100px;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-y: auto;
    font-family: Arial, sans-serif;
    min-height: 60px;
}

.agents .card {
    width: 95% !important;
    height: auto !important;

    border-radius: 5px;
    box-shadow: rgba(114, 122, 115, 0.26) -4px 9px 25px -6px;
}

.agents-card-body {
    display: flex;
    gap: 2rem;
    padding: 1rem;

}

.agents-card-img img {
    border-radius: 50%;
    width: 9rem;
    height: 9rem;
}

.row2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    margin: 0.5rem;
    gap: 1rem;
}

.card-text h6 {
    margin-top: -1rem;
    text-align: left;
    font-size: 20px;
    color: #666262;
    font-family: "geist", sans-serif;
}

.card-text h5 {
    text-align: left;
    font-family: "geist", sans-serif;
}

.landing-agents {
    display: flex;
    /* height: 45rem; */
    /* width: 100%; */
    padding-left: 4rem;
    padding-right: 4rem;
    /* margin-inline: auto; */
    margin-top: 6rem;

}

.agent-text-section {
    background-color: #8ac83f11;
    width: 50% !important;
    /* border-radius: 4rem; */
    border-bottom-left-radius: 4rem;


}

.agent-image-section {
    width: 50% !important;

    border-bottom-right-radius: 4rem;
}

/* .agent-text-section h1{
    text-align: center;
} */
.agent-land-section h1 {
    margin-top: 9rem !important;
    font-family: 'geist', sans-serif;
    font-size: 3.75rem;
}

.agent-text-section p {
    font-family: 'geist', sans-serif !important;
    padding-top: 1rem;
    font-size: 1.2rem;
    line-height: 2rem;
    padding-right: 20px;
}

.box-sect {
    padding-top: 2rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 4 equal-width columns */
    gap: 1rem;
    justify-self: center;
}

.agent-land-text {
    padding-left: 2rem;
    padding-right: 2rem;
}

.why-choose {
    padding-left: 6rem;
    padding-right: 6rem;
    padding-bottom: 4rem;
}

.why-choose h3 {
    text-align: center !important;
    font-size: 2rem;
    font-family: "geist", sans-serif;
}

.why-choose p {
    text-align: center;
}

.why-choose h5 {
    text-align: center !important;
}

.agent-boxs {
    position: relative;
    width: 30rem;
    height: 20rem;
    /* background-color: white; */
    padding-bottom: 1rem;
    transition: all 10s ease-in;
}

.agent-box-text {
    padding-left: 1rem;
    padding-right: 2rem;
    text-align: left !important;
}

#hovering1,
#hovering2,
#hovering3,
#hovering4,
#hovering5,
#hovering6 {
    position: absolute;
    width: 100%;
    height: 0%;
    background-color: #8BC83F;
    bottom: 0;
    z-index: -1;
    transition: height 500ms ease-in-out;
    color: white !important;

}

.hovering-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    bottom: 0;
    z-index: -1;

}

#agent-box1:hover #hovering1 {
    height: 100%;
    /* background-color: rgb(12, 42, 175); */
    color: white !important;
}

#agent-box2:hover #hovering2 {
    height: 100%;
    /* background-color: rgb(12, 42, 175); */
}

#agent-box3:hover #hovering3 {
    height: 100%;
    /* background-color: rgb(12, 42, 175); */
}

#agent-box4:hover #hovering4 {
    height: 100%;
    /* background-color: rgb(12, 42, 175); */
}

#agent-box5:hover #hovering5 {
    height: 100%;
    /* background-color: rgb(12, 42, 175); */
}

#agent-box6:hover #hovering6 {
    height: 100%;
    /* background-color: rgb(12, 42, 175); */
}

.agent-boxs h5 {
    text-align: center !important;
    font-size: 27px;
    font-family: 'geist', sans-serif;
}

.agent-boxs p {
    text-align: center !important;
    font-size: 18px !important;
    margin-top: -1.5rem;
    font-family: 'geist', sans-serif;
}

.why-icons {
    text-align: center;
    padding-top: 3rem;
    /* padding-bottom: 2rem; */
    font-size: 3rem !important;
    color: #8BC83F;
}

.agent-box-text h5 {
    font-size: 1.5rem !important;
}

.agent-boxs:hover .agent-box-text h5,
.agent-boxs:hover .agent-box-text p {
    transition: all 500ms ease-in;
    color: white;
    /* Change the text color to white (or any color you prefer) */
}

/* Hover effect for icon color change */
.agent-boxs:hover .why-icons i {
    transition: all 500ms ease-in;
    color: white;
    /* Change the icon color to white (or any color you prefer) */
}







  :root {
    --l: 3.5em;
  }

  body.modal-open {
    overflow: hidden;
  }

  .user-message {
    --l: 3.5em;
    position: fixed;
    right: 1.5em;
    bottom: 1.2em;
    z-index: 1000;
  }

  .menuToggleBtn {
    cursor: pointer;
    background-color: #8bc83f;
    height: var(--l);
    width: var(--l);
    border-radius: 50%;
    border: none;
    z-index: 2;
    position: relative;
    transition: transform 0.3s ease;
  }

  .menuToggleBtn i {
    color: white;
    font-size: 1.2em;
  }

  .menuToggleBtn.rotate {
    transform: rotate(45deg);
  }

  .two, .three {
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1em;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    opacity: 0;
    z-index: 1;
    font-size: 1em;
    color: #fff;
    background-color: #8bc83f;
    transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    pointer-events: none;
  }

  .two.active {
    transform: translateX(-3.5em) translateY(-3.5em);
    opacity: 1;
    pointer-events: auto;
  }

  .three.active {
    transform: translateY(-5em);
    opacity: 1;
    pointer-events: auto;
  }

  /* Modal overlay */
  .modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }

  .modal-overlay.show {
    opacity: 1;
    pointer-events: all;
  }

  /* Modal box */
  .modal-box {
    position: fixed;
    width: 320px;
    padding: 2rem;
    border-radius: 12px;
    background: white;
    transform: translate(200%, 200%) scale(0.5);
    opacity: 0;
    pointer-events: none;
    z-index: 1000;
    transition: transform 0.5s ease, opacity 0.3s ease;
  }

  .modal-box.show {
    transform: translate(-50%, -50%) scale(1);
    top: 50%;
    left: 50%;
    opacity: 1;
    pointer-events: all;
  }

  .modal-close {
    position: absolute;
    top: 0.5em;
    right: 0.7em;
    font-size: 1.5em;
    color: #333;
    cursor: pointer;
  }

  .popup-form input,
  .popup-form textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 0.5em;
  }

  .popup-form button {
    padding: 0.5em 1em;
    background: #8bc83f;
    border: none;
    color: white;
    cursor: pointer;
    width: 100%;
  }
  .modal-background{
    /* background-color: #00000077; */
    height: 107vh;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: rgba(36, 34, 34, 0.4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: none;
    transition: all 200ms ease;
 
 
  }
  .active-tab{
    text-decoration: underline;
    text-underline-offset: 10px; /* Adjust the value to your desired gap */
    border-radius: 5px;
    color: #8bc83f;
    text-decoration-thickness: 3px;

  }


  .active-background{
    display: block;
  }
  .blog-card-detail{
    height: 12rem;
  }
  .read-more {
    bottom: 20px;
    font-family: 'geist', sans-serif;
    text-align: center;
    text-decoration: underline;
  }

/* @media(max-width:1024px){ 
    .agent-land-text h1 {
        font-size: 2rem;
        text-align: center;
        margin-top: 34px !important;
    }
    .agent-image-section img{
        height: 24rem;
    }
    .box-sect {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
}
} */

/* @media(max-width:900px){
    .landing-agents{
        margin-top: 14rem;

    }
    .agent-image-section img {
        height: 26rem;
        margin-top: -7rem;
    }
}
@media(max-width:400px){
    .agent-image-section img {
        height: 18rem;
        margin-top: 0rem;
        padding-left: 0px !important;
        margin-left: 0px;
       
    }
}

@media(max-width:600px){
    .landing-agents{
        display: block;

       

    }
    .agent-land-text {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 25rem;
        text-align: justify;
        background-color: red;
    }
    .agent-land-text {
        width: 19rem;
    }
    .agent-image-section img {
        width: 19rem !important;
        height: auto;
        margin-top: 2.2rem;
    }
   
} */


@media(max-width:400px){
    .landing-agents{
        display: block;
        height: auto;
        /* background-color: red; */
    }
    .agent-text-section{
        
        /* background-color: yellow !important; */
        margin-inline: auto;
        width: 100% !important;

    
    }
    .agent-image-section{
        
       
        margin-inline: auto;
        width: 100% !important;

    }
}




@media(max-width:900px){
    .landing-agents{
        display: block;
        height: auto;
        /* background-color: red; */
       
    }
    .agent-text-section{
        margin-top: 2rem;
        /* background-color: yellow !important; */
        margin-inline: auto;
        width: 100% !important;
        font-family: 'geist', sans-serif;
    
    }
    .agent-text-section h1{
        text-align: center;
        font-size: 2rem;

    }
    .agent-text-section p{
        text-align: justify;
        margin-left: 0px !important;
        font-size: 1.125rem;

    }
    .agent-image-section{
        
        padding-top: 1rem;
        margin-inline: auto;
        width: 100% !important;
        height: auto;
    }
}

@media(max-width:1070px){
    .landing-agents{
        display: block;
        height: auto;
        /* background-color: red; */
    }
    .agent-text-section{
       background: none;
        
        /* background-color: yellow !important; */
        margin-inline: auto;
        width: 100% !important;

    
    }
    .agent-image-section{
        padding-top: 1rem;
       
        margin-inline: auto;
        width: 100% !important;
        
    }
    .agent-text-section h1{
        text-align: center;
        font-size: 2rem;

    }
}



.scrollable-div{
    overflow-y: scroll;
    height: 57%;
}

.form-group {
    margin-bottom: 1rem;
}
.error-message {
    color: red;
    font-size: 0.9rem;
    margin-top: 4px;
}
.formdiv{
    margin-bottom: 1rem;
    border-radius: 20%;

}
#propertyForm{
    text-align: center;
}

#agentForm{
    text-align: center;
}

.agentform{
    margin-bottom: 1rem;
    border-radius: 20%;
    width: 100%;
    /* padding: 10px 20px; */
}
.agentform-control{
    padding: 10px 110px !important;
}

@media(max-width:1024px){
    .hidden-content{
        justify-items: center;
        padding-left: 0rem;
    }
}